summaryrefslogtreecommitdiffstats
path: root/headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'headers.c')
-rw-r--r--headers.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/headers.c b/headers.c
index 063525ea..15edf8ef 100644
--- a/headers.c
+++ b/headers.c
@@ -347,9 +347,7 @@ int mutt_label_message(HEADER *hdr)
if (label_message(Context, HDR_OF(i), new))
{
++changed;
- mutt_set_flag(Context, HDR_OF(i),
- MUTT_TAG, 0);
- /* mutt_set_flag re-evals the header color */
+ mutt_set_header_color (Context, HDR_OF(i));
}
}
}