set account setting crypto app to "APG" by default

This commit is contained in:
Thialfihar 2010-07-28 21:28:51 +00:00
parent 5e30c3dab1
commit 3d5fb524ef
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import android.net.ConnectivityManager;
import android.net.Uri; import android.net.Uri;
import android.util.Log; import android.util.Log;
import com.fsck.k9.crypto.Apg;
import com.fsck.k9.helper.Utility; import com.fsck.k9.helper.Utility;
import com.fsck.k9.mail.Address; import com.fsck.k9.mail.Address;
import com.fsck.k9.mail.Folder; import com.fsck.k9.mail.Folder;
@ -173,7 +174,7 @@ public class Account implements BaseAccount
maximumAutoDownloadMessageSize = 32768; maximumAutoDownloadMessageSize = 32768;
mQuotePrefix = DEFAULT_QUOTE_PREFIX; mQuotePrefix = DEFAULT_QUOTE_PREFIX;
mSyncRemoteDeletions = true; mSyncRemoteDeletions = true;
mCryptoApp = ""; mCryptoApp = Apg.NAME;
mCryptoAutoSignature = false; mCryptoAutoSignature = false;
searchableFolders = Searchable.ALL; searchableFolders = Searchable.ALL;