]> granicus.if.org Git - neomutt/commitdiff
Fix a redraw problem when the key menu is invoked.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 25 Jan 1999 14:48:46 +0000 (14:48 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 25 Jan 1999 14:48:46 +0000 (14:48 +0000)
pgpkey.c

index 62890f97b7d8260469d73264e216c65468bce287..f3bfd7c6d15fede7976b7fe474359d9b39dc62d1 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -307,6 +307,8 @@ static pgp_key_t *pgp_select_key (struct pgp_vinfo *pgp,
   mutt_menuDestroy (&menu);
   safe_free ((void **) &KeyTable);
 
+  set_option (OPTNEEDREDRAW);
+  
   return (kp);
 }