summaryrefslogtreecommitdiffstats
path: root/globals.h
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 /globals.h
parent333312c22e762169500949583755b6e208fc23e5 (diff)
Color protected subject as a header in the pager.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 54da70cb..b74b4d1c 100644
--- a/globals.h
+++ b/globals.h
@@ -23,6 +23,7 @@ WHERE CONTEXT *Context;
WHERE char Errorbuf[STRING];
WHERE char AttachmentMarker[STRING];
+WHERE char ProtectedHeaderMarker[STRING];
#if defined(DL_STANDALONE) && defined(USE_DOTLOCK)
WHERE char *MuttDotlock;