* crypto: small cleanups

This commit is contained in:
djcb
2012-07-18 11:36:42 +03:00
parent 39fe3f417c
commit fe6333dfef
4 changed files with 4 additions and 9 deletions

View File

@ -220,8 +220,7 @@ enum _MuMsgPartOptions {
MU_MSG_PART_OPTION_CHECK_SIGNATURES = 1 << 1,
MU_MSG_PART_OPTION_AUTO_RETRIEVE_KEY = 1 << 2,
MU_MSG_PART_OPTION_USE_AGENT = 1 << 3,
MU_MSG_PART_OPTION_TRUST_ALWAYS = 1 << 4,
MU_MSG_PART_OPTION_USE_PKCS7 = 1 << 5 /* gpg is the default */
MU_MSG_PART_OPTION_USE_PKCS7 = 1 << 4 /* gpg is the default */
};
typedef enum _MuMsgPartOptions MuMsgPartOptions;