mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 03:32:16 -05:00
switch from pages of 25 messages to pages of 100
This commit is contained in:
parent
9d45b3604e
commit
aba87657e7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user