mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Copy from Gmail archive folder
This commit is contained in:
@@ -194,6 +194,10 @@ public class EntityOperation {
|
||||
EntityFolder.TRASH.equals(target.type) || EntityFolder.JUNK.equals(target.type))
|
||||
db.message().setMessageUiHide(message.id, true);
|
||||
|
||||
if (account != null && account.isGmail() &&
|
||||
EntityFolder.ARCHIVE.equals(source.type))
|
||||
name = COPY;
|
||||
|
||||
if (message.ui_snoozed != null &&
|
||||
(EntityFolder.ARCHIVE.equals(target.type) || EntityFolder.TRASH.equals(target.type))) {
|
||||
message.ui_snoozed = null;
|
||||
|
||||
Reference in New Issue
Block a user