mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-14 07:08:00 -05:00
Fixes Issue 752
This commit is contained in:
parent
85c04241c0
commit
730352c08c
@ -94,6 +94,8 @@ public class Account implements Serializable {
|
|||||||
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>();
|
||||||
|
|
||||||
Identity identity = new Identity();
|
Identity identity = new Identity();
|
||||||
|
Loading…
Reference in New Issue
Block a user