]> granicus.if.org Git - neomutt/commitdiff
mutt_any_key() shouldn't be used in curses mode.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 13 Feb 2002 12:04:52 +0000 (12:04 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 13 Feb 2002 12:04:52 +0000 (12:04 +0000)
smime.c

diff --git a/smime.c b/smime.c
index 818d6e39feafb6f3b7baddce37376f67613c7916..5727b36b3bb23559dde341cc87142da2ee0ef1f5 100644 (file)
--- a/smime.c
+++ b/smime.c
@@ -674,10 +674,7 @@ char *smime_get_field_from_db (char *mailbox, char *query, short public, short m
       else if (key_trust_level == 'v' )
       {
        mutt_error (_("Warning: You have not yet decided to trust ID %s. (any key to continue)"), key);
-       
-       /* XXX - bad */
-       mutt_any_key_to_continue ("");
-/*     mutt_any_key_to_continue (prompt); */
+       mutt_sleep (5);
       }
     }