From a130f56bf4b937d46dce8e6320f2f0f9cd4bfdc1 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 12 Nov 2010 23:41:38 +0000 Subject: [PATCH] when changing an account's visible limits, try to reset folder visible limits as soon as we save the setting --- src/com/fsck/k9/Account.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/fsck/k9/Account.java b/src/com/fsck/k9/Account.java index e840f89d2..5fc37743a 100644 --- a/src/com/fsck/k9/Account.java +++ b/src/com/fsck/k9/Account.java @@ -817,6 +817,7 @@ public class Account implements BaseAccount { this.mDisplayCount = K9.DEFAULT_VISIBLE_LIMIT; } + resetVisibleLimits(); } public synchronized long getLastAutomaticCheckTime()