Fixes Issue 752
This commit is contained in:
parent
85c04241c0
commit
730352c08c
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ public class Account implements Serializable {
|
||||||
mHideMessageViewButtons = HideButtons.NEVER;
|
mHideMessageViewButtons = HideButtons.NEVER;
|
||||||
mRingtoneUri = "content://settings/system/notification_sound";
|
mRingtoneUri = "content://settings/system/notification_sound";
|
||||||
mIsSignatureBeforeQuotedText = false;
|
mIsSignatureBeforeQuotedText = false;
|
||||||
|
|
||||||
|
mAutoExpandFolderName = "INBOX";
|
||||||
|
|
||||||
identities = new ArrayList<Identity>();
|
identities = new ArrayList<Identity>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue