summaryrefslogtreecommitdiffstats
path: root/headers.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-01-24 21:53:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-01-24 21:53:19 +0000
commit85ef6f6ab6cfba38f0857f67b6be467ffa426765 (patch)
tree747114477bea4e9281d33a97e44ff914445ad420 /headers.c
parentc6d96bc112ff0dfc5f312d31c9ea29ee5b630b9a (diff)
S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
<raldi@research.netsol.com>.
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 c3d23e57..2062f468 100644
--- a/headers.c
+++ b/headers.c
@@ -182,7 +182,7 @@ void mutt_edit_headers (const char *editor,
#ifdef HAVE_PGP
else if (ascii_strncasecmp ("pgp:", cur->data, 4) == 0)
{
- msg->pgp = mutt_parse_pgp_hdr (cur->data + 4, 0);
+ msg->security = mutt_parse_crypt_hdr (cur->data + 4, 0);
keep = 0;
}
#endif