summaryrefslogtreecommitdiffstats
path: root/crypt.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-12-29 13:20:03 -0800
committerKevin McCarthy <kevin@8t8.us>2018-12-29 14:12:07 -0800
commitf3f98bd66cde06d02b943a062142cc268019579a (patch)
treedaea8304a4d2179be5337c5354b77e14d67a7539 /crypt.c
parent333312c22e762169500949583755b6e208fc23e5 (diff)
Color protected subject as a header in the pager.
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypt.c b/crypt.c
index e1ab409e..7c39f856 100644
--- a/crypt.c
+++ b/crypt.c
@@ -943,6 +943,7 @@ int mutt_protected_headers_handler (BODY *a, STATE *s)
{
if (a->mime_headers->subject)
{
+ state_mark_protected_header (s);
mutt_write_one_header (s->fpout, "Subject", a->mime_headers->subject,
s->prefix,
mutt_window_wrap_cols (MuttIndexWindow, Wrap),