]> granicus.if.org Git - mutt/commitdiff
Redraw when an alias is created - the user may have assigned a
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 19 Jul 2001 14:51:14 +0000 (14:51 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 19 Jul 2001 14:51:14 +0000 (14:51 +0000)
different realname.

curs_main.c

index a9d3aca23dfd77599cc36aced701b5af052e8917..a17e4d8957067cca7444eb36736c57ec817b6cb3 100644 (file)
@@ -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: