]> granicus.if.org Git - mutt/commitdiff
[unstable] clear the message line before letting people select
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 2 Feb 1999 11:22:26 +0000 (11:22 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 2 Feb 1999 11:22:26 +0000 (11:22 +0000)
public keys.

pgpkey.c

index 992e7110d41d56fc9833f9b7caca99bce3576872..07d583d84d1144af3ea1a5dcb3a77dce3cc8f2a7 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -308,6 +308,8 @@ static pgp_key_t *pgp_select_key (struct pgp_vinfo *pgp,
 
   kp = NULL;
 
+  mutt_clear_error ();
+  
   while (!done)
   {
     switch (mutt_menuLoop (menu))