mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
8b5f1b6169
commit
524e139df0
|
@ -882,7 +882,8 @@ class Core {
|
|||
icopy.setFlag(Flags.Flag.FLAGGED, false);
|
||||
|
||||
// Set drafts flag
|
||||
icopy.setFlag(Flags.Flag.DRAFT, EntityFolder.DRAFTS.equals(target.type));
|
||||
if (flags.contains(Flags.Flag.DRAFT))
|
||||
icopy.setFlag(Flags.Flag.DRAFT, EntityFolder.DRAFTS.equals(target.type));
|
||||
}
|
||||
|
||||
if (fetch) {
|
||||
|
|
Loading…
Reference in New Issue