diff --git a/src/com/fsck/k9/activity/MessageList.java b/src/com/fsck/k9/activity/MessageList.java index 8d60a6cc0..1d2c8f59e 100644 --- a/src/com/fsck/k9/activity/MessageList.java +++ b/src/com/fsck/k9/activity/MessageList.java @@ -811,7 +811,6 @@ public class MessageList for (Account accountWithNotification : accountsWithNotification) { mController.notifyAccountCancel(this, accountWithNotification); - MessagingController.getInstance(getApplication()).notifyAccountCancel(this, accountWithNotification); } if (mAdapter.messages.isEmpty()) {