mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Fixes Issue 1875
Change initial value for maximum message age to -1 (unlimited) instead of erroneous 10.
This commit is contained in:
parent
ed9eddbc3e
commit
fc55c54db0
@ -147,7 +147,7 @@ public class Account implements BaseAccount
|
||||
mLedColor = mChipColor;
|
||||
goToUnreadMessageSearch = false;
|
||||
subscribedFoldersOnly = false;
|
||||
maximumPolledMessageAge = 10;
|
||||
maximumPolledMessageAge = -1;
|
||||
mQuotePrefix = DEFAULT_QUOTE_PREFIX;
|
||||
|
||||
searchableFolders = Searchable.ALL;
|
||||
|
Loading…
Reference in New Issue
Block a user