mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Allow moving POP3 messages to IMAP accounts
This commit is contained in:
@@ -10867,7 +10867,8 @@ public class FragmentMessages extends FragmentBase
|
||||
result.account = accounts.values().iterator().next();
|
||||
|
||||
result.accounts = new LinkedHashMap<>();
|
||||
if (!result.hasPop) {
|
||||
if (!result.hasPop ||
|
||||
(accounts.size() == 1 && result.isInbox && !result.isSent)) {
|
||||
List<EntityAccount> syncing = db.account().getSynchronizingAccounts(EntityAccount.TYPE_IMAP);
|
||||
if (syncing != null)
|
||||
for (EntityAccount a : syncing)
|
||||
|
||||
Reference in New Issue
Block a user