From 89e6d2923e6d6f1793dda15d3b036055fcf5a6fe Mon Sep 17 00:00:00 2001 From: David Champion Date: Tue, 30 Aug 2016 18:43:02 -0700 Subject: [PATCH] Redraw screen after an SSL cert prompt --- mutt_ssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt_ssl.c b/mutt_ssl.c index bf6797218..35cb5135c 100644 --- a/mutt_ssl.c +++ b/mutt_ssl.c @@ -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); } -- 2.40.0