Loading app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +5 −3 Original line number Diff line number Diff line Loading @@ -1601,11 +1601,13 @@ public class MessagingController { Timber.i("Moved sent message to folder '%s' (%d)", sentFolderServerId, sentFolderId); if (!sentFolder.isLocalOnly()) { PendingCommand command = PendingAppend.create(sentFolderId, message.getUid()); queuePendingCommand(account, command); processPendingCommands(account); } } } private void handleSendFailure(Account account, LocalFolder localFolder, Message message, Exception exception) throws MessagingException { Loading Loading
app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +5 −3 Original line number Diff line number Diff line Loading @@ -1601,11 +1601,13 @@ public class MessagingController { Timber.i("Moved sent message to folder '%s' (%d)", sentFolderServerId, sentFolderId); if (!sentFolder.isLocalOnly()) { PendingCommand command = PendingAppend.create(sentFolderId, message.getUid()); queuePendingCommand(account, command); processPendingCommands(account); } } } private void handleSendFailure(Account account, LocalFolder localFolder, Message message, Exception exception) throws MessagingException { Loading