summaryrefslogtreecommitdiffstats
path: root/postpone.c
diff options
context:
space:
mode:
Diffstat (limited to 'postpone.c')
-rw-r--r--postpone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postpone.c b/postpone.c
index e28a8759..91dec278 100644
--- a/postpone.c
+++ b/postpone.c
@@ -531,7 +531,7 @@ int mutt_parse_crypt_hdr (const char *p, int set_empty_signas, int crypt_app)
if ((WithCrypto & APPLICATION_SMIME) && (crypt_app == APPLICATION_SMIME)
&& (flags & SIGN)
&& (set_empty_signas || *sign_as))
- mutt_str_replace (&SmimeDefaultKey, sign_as);
+ mutt_str_replace (&SmimeSignAs, sign_as);
return flags;
}