Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c5f2409 authored by cketti's avatar cketti
Browse files

Don't upload draft message if not supported

parent be5b1604
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2536,7 +2536,7 @@ public class MessagingController {
                localMessage.setCachedDecryptedSubject(plaintextSubject);
            }

            if (saveRemotely) {
            if (saveRemotely && supportsUpload(account)) {
                PendingCommand command = PendingAppend.create(localFolder.getDatabaseId(), localMessage.getUid());
                queuePendingCommand(account, command);
                processPendingCommands(account);