1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Should reset visibleLimit on clear messages.

This commit is contained in:
Koji Arai 2010-12-29 16:42:11 +09:00
parent a4f7288d37
commit cb46f170cd

View File

@ -2572,6 +2572,7 @@ public class LocalStore extends Store implements Serializable {
setPushState(null); setPushState(null);
setLastPush(0); setLastPush(0);
setLastChecked(0); setLastChecked(0);
setVisibleLimit(mAccount.getDisplayCount());
} }
private void resetUnreadAndFlaggedCounts() { private void resetUnreadAndFlaggedCounts() {