1
0
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:
Jesse Vincent 2009-05-05 00:24:18 +00:00
parent 90df78d5e8
commit dec4a6371f

View File

@ -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);