diff --git a/src/com/fsck/k9/k9.java b/src/com/fsck/k9/k9.java index 0f5e88f5e..1569c60f1 100644 --- a/src/com/fsck/k9/k9.java +++ b/src/com/fsck/k9/k9.java @@ -84,12 +84,12 @@ public class k9 extends Application { * on each new folder and can be incremented with "Load more messages..." by the * VISIBLE_LIMIT_INCREMENT */ - public static final int DEFAULT_VISIBLE_LIMIT = 25; + public static final int DEFAULT_VISIBLE_LIMIT = 100; /** * Number of additional messages to load when a user selectes "Load more messages..." */ - public static final int VISIBLE_LIMIT_INCREMENT = 25; + public static final int VISIBLE_LIMIT_INCREMENT = 100; /** * The maximum size of an attachment we're willing to download (either View or Save)