]> 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)
committerDavid Champion <dgc@bikeshed.us>
Wed, 31 Aug 2016 01:43:02 +0000 (18:43 -0700)
mutt_ssl.c

index bf67972189d475848fc0473e7c70ccb70a5a6397..35cb5135c49d14b5cd6c6305a498cad0ff8ad195 100644 (file)
@@ -1123,6 +1123,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);
 }