summaryrefslogtreecommitdiffstats
path: root/headers.c
diff options
context:
space:
mode:
authorMoritz Schulte <Moritz.Schulte@ruhr-uni-bochum.de>2006-04-20 16:46:49 +0000
committerMoritz Schulte <Moritz.Schulte@ruhr-uni-bochum.de>2006-04-20 16:46:49 +0000
commit661222ed990837ca031a74a5e1095aba9c3bdb72 (patch)
treeccc6379c747f1c1036cd77181230dc357feb7e79 /headers.c
parentaa5bcdabfce1d4aa447fe4a47b4cf076e809845d (diff)
Make mutt_parse_crypt_hdr more SMIME-aware.
Diffstat (limited to 'headers.c')
-rw-r--r--headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers.c b/headers.c
index 8942e5a9..cace3a9c 100644
--- a/headers.c
+++ b/headers.c
@@ -184,7 +184,7 @@ void mutt_edit_headers (const char *editor,
else if ((WithCrypto & APPLICATION_PGP)
&&ascii_strncasecmp ("pgp:", cur->data, 4) == 0)
{
- msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0);
+ msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0, APPLICATION_PGP);
if (msg->security)
msg->security |= APPLICATION_PGP;
keep = 0;