From: Philippe Le Brouster Date: Sun, 13 Oct 2013 18:34:57 +0000 (-0700) Subject: update the header colors after modifying tags X-Git-Tag: neomutt-20160404~13^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8a1fb6e425f2b0852d6fac90ac74dd9547beb87;p=neomutt update the header colors after modifying tags The header color depends on tags. The message header color must be updated after modifying message tags. --- diff --git a/mutt_notmuch.c b/mutt_notmuch.c index 9eafb0a1f..d090ef528 100644 --- a/mutt_notmuch.c +++ b/mutt_notmuch.c @@ -1310,6 +1310,7 @@ int nm_modify_message_tags(CONTEXT *ctx, HEADER *hdr, char *buf) update_tags(msg, buf); update_header_tags(hdr, msg); + mutt_set_header_color(ctx, hdr); rc = 0; hdr->changed = TRUE;