mirror of
https://github.com/moparisthebest/k-9
synced 2025-03-03 01:51:49 -05:00
Store attachment on sd card is now off by default (which is what it should have been in the first place)
This commit is contained in:
parent
2bd4f9632b
commit
8d8233bcc0
@ -297,7 +297,7 @@ public class Account implements Serializable
|
||||
}
|
||||
|
||||
mIsSignatureBeforeQuotedText = preferences.getPreferences().getBoolean(mUuid + ".signatureBeforeQuotedText", false);
|
||||
mStoreAttachmentsOnSdCard = preferences.getPreferences().getBoolean(mUuid + ".storeAttachmentOnSdCard", true);
|
||||
mStoreAttachmentsOnSdCard = preferences.getPreferences().getBoolean(mUuid + ".storeAttachmentOnSdCard", false);
|
||||
identities = loadIdentities(preferences.getPreferences());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user