mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Fix auto-open of INBOX per danapple0
This commit is contained in:
parent
90df78d5e8
commit
dec4a6371f
@ -152,7 +152,7 @@ public class Account implements Serializable {
|
||||
// End of 0.103 repair
|
||||
|
||||
mAutoExpandFolderName = preferences.getPreferences().getString(mUuid + ".autoExpandFolderName",
|
||||
"Inbox");
|
||||
"INBOX");
|
||||
|
||||
mAccountNumber = preferences.getPreferences().getInt(mUuid + ".accountNumber", 0);
|
||||
mVibrate = preferences.getPreferences().getBoolean(mUuid + ".vibrate", false);
|
||||
|
Loading…
Reference in New Issue
Block a user