summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-01-24 23:53:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-01-24 23:53:19 +0000
commit0f23d0bea47de33043f84c20843bf039d05f3140 (patch)
tree1cb741793a9b95b34fc351fa4815b9e9f85e62fd /commands.c
parent874f51e19e85dd820e3c55aee86b2ce46bffff9c (diff)
More S/MIME nit-picking.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands.c b/commands.c
index 32320317..6d462c4f 100644
--- a/commands.c
+++ b/commands.c
@@ -182,13 +182,12 @@ int mutt_display_message (HEADER *cur)
{
pager_t info;
#ifdef HAVE_SMIME
- char *smime_signer;
if (cur->security & APPLICATION_SMIME && (cmflags & M_CM_VERIFY))
{
if (cur->security & GOODSIGN)
{
- if (!(smime_signer = smime_verify_sender(cur)))
+ if (!smime_verify_sender(cur))
mutt_message ( _("S/MIME signature successfully verified."));
else
mutt_error ( _("S/MIME certificate owner does not match sender."));