mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Always keep local drafts
Encrypted messages are not added to the remote folder
This commit is contained in:
@@ -1883,7 +1883,8 @@ class Core {
|
||||
}
|
||||
} else {
|
||||
// Delete not synchronized messages without uid
|
||||
db.message().deleteOrphans(folder.id);
|
||||
if (!EntityFolder.DRAFTS.equals(folder.type))
|
||||
db.message().deleteOrphans(folder.id);
|
||||
}
|
||||
|
||||
int count = ifolder.getMessageCount();
|
||||
|
||||
Reference in New Issue
Block a user