summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-19 23:38:21 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-19 23:38:21 +0000
commit7dc0082f48a09edc9f074d3f285f16c7f70589c2 (patch)
tree514d5eb598e26a23add29b89982e317a6bd6b620 /mutt.h
parent20bd486b540d58ee6edbb76ecda0fd801131a98e (diff)
Add the charset-hook command.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index a8f31d22..eadae1a3 100644
--- a/mutt.h
+++ b/mutt.h
@@ -140,8 +140,9 @@ typedef enum
#define M_SENDHOOK (1<<2)
#define M_FCCHOOK (1<<3)
#define M_SAVEHOOK (1<<4)
+#define M_CHARSETHOOK (1<<5)
#ifdef _PGPPATH
-#define M_PGPHOOK (1<<5)
+#define M_PGPHOOK (1<<6)
#endif
/* tree characters for linearize_tree and print_enriched_string */