mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Fixed drafts flags
This commit is contained in:
@@ -977,6 +977,9 @@ class Core {
|
||||
|
||||
file.delete();
|
||||
|
||||
for (Flags.Flag flag : imessage.getFlags().getSystemFlags())
|
||||
icopy.setFlag(flag, true);
|
||||
|
||||
icopies.add(icopy);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user