]> granicus.if.org Git - neomutt/commitdiff
Redraw screen after an SSL cert prompt
authorDavid Champion <dgc@bikeshed.us>
Wed, 31 Aug 2016 01:43:02 +0000 (18:43 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 13 Sep 2016 15:15:02 +0000 (16:15 +0100)
mutt_ssl.c

index d5826acecb665724cee109d4b18712dadbded9de..4a5bb0efd1ceebbcd866990592343feb12a8a6f7 100644 (file)
@@ -1136,6 +1136,7 @@ static int interactive_check_cert (X509 *cert, int idx, int len)
   }
   unset_option(OPTIGNOREMACROEVENTS);
   mutt_menuDestroy (&menu);
+  set_option (OPTNEEDREDRAW);
   dprint (2, (debugfile, "ssl interactive_check_cert: done=%d\n", done));
   return (done == 2);
 }