1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-26 01:28:50 -05:00

Fixes Issue 752

This commit is contained in:
Daniel Applebaum 2009-11-15 01:12:26 +00:00
parent 85c04241c0
commit 730352c08c

View File

@ -93,6 +93,8 @@ public class Account implements Serializable {
mHideMessageViewButtons = HideButtons.NEVER;
mRingtoneUri = "content://settings/system/notification_sound";
mIsSignatureBeforeQuotedText = false;
mAutoExpandFolderName = "INBOX";
identities = new ArrayList<Identity>();