summaryrefslogtreecommitdiffstats
path: root/mutt_curses.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-05-03 18:52:54 -0700
committerKevin McCarthy <kevin@8t8.us>2017-05-03 18:52:54 -0700
commite6b1e88af6125aeb7c82b8cf3e604a6d966133d1 (patch)
tree29d274bc0ad38fad887c7948e5b24a9eb596de98 /mutt_curses.h
parent6d9f1028b6a8b49679359b6caf70c10fd3361649 (diff)
Add color commands for the compose menu headers and security status. (closes #3915).
Add "color compose header" to color the From/To/Subject/etc fields in the compose menu. Add "color compose security_encrypt/sign/both/none" to color the security status of the message.
Diffstat (limited to 'mutt_curses.h')
-rw-r--r--mutt_curses.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt_curses.h b/mutt_curses.h
index 01faa145..7373d542 100644
--- a/mutt_curses.h
+++ b/mutt_curses.h
@@ -132,6 +132,11 @@ enum
MT_COLOR_SB_INDICATOR,
MT_COLOR_SB_SPOOLFILE,
#endif
+ MT_COLOR_COMPOSE_HEADER,
+ MT_COLOR_COMPOSE_SECURITY_ENCRYPT,
+ MT_COLOR_COMPOSE_SECURITY_SIGN,
+ MT_COLOR_COMPOSE_SECURITY_BOTH,
+ MT_COLOR_COMPOSE_SECURITY_NONE,
MT_COLOR_MAX
};