From: Thomas Roessler Date: Wed, 13 Feb 2002 12:04:52 +0000 (+0000) Subject: mutt_any_key() shouldn't be used in curses mode. X-Git-Tag: mutt-1-5-1-rel~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e24ec98b14eaf99327151a5f38dd65ff024b6336;p=mutt mutt_any_key() shouldn't be used in curses mode. --- diff --git a/smime.c b/smime.c index 818d6e39..5727b36b 100644 --- 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); } }