diff --git a/src/com/fsck/k9/Account.java b/src/com/fsck/k9/Account.java index 51bf0ec70..af01c0986 100644 --- a/src/com/fsck/k9/Account.java +++ b/src/com/fsck/k9/Account.java @@ -592,8 +592,7 @@ public class Account implements BaseAccount { try { - LocalStore localStore = getLocalStore(); - localStore.resetVisibleLimits(getDisplayCount()); + getLocalStore().resetVisibleLimits(getDisplayCount()); } catch (MessagingException e) {