diff --git a/src/com/fsck/k9/Account.java b/src/com/fsck/k9/Account.java index 5116beb09..deeb4e186 100644 --- a/src/com/fsck/k9/Account.java +++ b/src/com/fsck/k9/Account.java @@ -549,6 +549,7 @@ public class Account implements BaseAccount editor.putInt(mUuid + ".maximumPolledMessageAge", maximumPolledMessageAge); editor.putInt(mUuid + ".maximumAutoDownloadMessageSize", maximumAutoDownloadMessageSize); editor.putString(mUuid + ".quotePrefix", mQuotePrefix); + editor.putBoolean(mUuid + ".replyAfterQuote", mReplyAfterQuote); editor.putString(mUuid + ".cryptoApp", mCryptoApp); editor.putBoolean(mUuid + ".cryptoAutoSignature", mCryptoAutoSignature);