]> granicus.if.org Git - neomutt/commitdiff
ups
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 25 Jan 2002 00:08:30 +0000 (00:08 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 25 Jan 2002 00:08:30 +0000 (00:08 +0000)
smime.c

diff --git a/smime.c b/smime.c
index 9e8aa43c33841b09437b05f0f0eccade972fe736..b9c24d3b02609c83621457441dfc515cccf79d52 100644 (file)
--- a/smime.c
+++ b/smime.c
@@ -732,13 +732,13 @@ void smime_getkeys (ENVELOPE *env)
     if (mutt_addr_is_user (t))
     {
       found = 1;
-      smime_getkeys (t->mailbox);
-         }
+      _smime_getkeys (t->mailbox);
+    }
   for (t = env->cc; !found && t; t = t->next)
     if (mutt_addr_is_user (t))
     {
       found = 1;
-      smime_getkeys (t->mailbox);
+      _smime_getkeys (t->mailbox);
     }
   if (!found && (t = mutt_default_from()))
   {