diff --git a/src/com/fsck/k9/activity/FolderList.java b/src/com/fsck/k9/activity/FolderList.java index a07335d7f..736801d01 100644 --- a/src/com/fsck/k9/activity/FolderList.java +++ b/src/com/fsck/k9/activity/FolderList.java @@ -906,12 +906,6 @@ public class FolderList extends K9ListActivity { super.synchronizeMailboxProgress(account, folder, completed, total); mHandler.refreshTitle(); - if (true) return; - if (!account.equals(mAccount)) - { - return; - } - mHandler.dataChanged(); } @Override