mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Store sent in archive
This commit is contained in:
parent
eb6e2fb713
commit
c6c63b8a7b
1 changed files with 1 additions and 0 deletions
|
@ -571,6 +571,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
|||
EntityFolder folder = db.folder().getFolder(m.folder);
|
||||
if (folder != null &&
|
||||
(EntityFolder.INBOX.equals(folder.type) ||
|
||||
EntityFolder.ARCHIVE.equals(folder.type) ||
|
||||
EntityFolder.USER.equals(folder.type))) {
|
||||
sent = folder;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue