mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 11:35:11 -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;
|
mLedColor = mChipColor;
|
||||||
goToUnreadMessageSearch = false;
|
goToUnreadMessageSearch = false;
|
||||||
subscribedFoldersOnly = false;
|
subscribedFoldersOnly = false;
|
||||||
maximumPolledMessageAge = 10;
|
maximumPolledMessageAge = -1;
|
||||||
mQuotePrefix = DEFAULT_QUOTE_PREFIX;
|
mQuotePrefix = DEFAULT_QUOTE_PREFIX;
|
||||||
|
|
||||||
searchableFolders = Searchable.ALL;
|
searchableFolders = Searchable.ALL;
|
||||||
|
Loading…
Reference in New Issue
Block a user