From ef61ee801c7cc2badb6c4868ea3753c54c480eb1 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 d5826acec..4a5bb0efd 100644 --- a/mutt_ssl.c +++ b/mutt_ssl.c @@ -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); } -- 2.50.0