From 1fcf9cc45944ecc0b3e0dcf726c0c31794d634b0 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 19 Jul 2001 14:51:14 +0000 Subject: [PATCH] Redraw when an alias is created - the user may have assigned a different realname. --- curs_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/curs_main.c b/curs_main.c index a9d3aca23..a17e4d895 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1567,6 +1567,7 @@ int mutt_index_menu (void) mutt_create_alias (Context && Context->vcount ? CURHDR->env : NULL, NULL); MAYBE_REDRAW (menu->redraw); + menu->redraw |= REDRAW_CURRENT; break; case OP_QUERY: -- 2.40.0