summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-13 01:53:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-13 01:53:03 +0000
commit822535edf4b160d9f023fd2026c824ef061f4ea5 (patch)
treed2bc1f73f47c95b140c4c0ea0be42b70f26880fe /mutt.h
parenta983c11963da7df7c9e4a99e54084a2cf4a1b176 (diff)
A first take at adding a mixmaster front-end to mutt. Don't worry,
it's optional. ;-)
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 2b78e262..d9f35149 100644
--- a/mutt.h
+++ b/mutt.h
@@ -48,6 +48,10 @@
# define N_(a) a
#endif
+#ifdef MIXMASTER
+# include "remailer.h"
+#endif
+
#ifdef SUBVERSION
# define MUTT_VERSION (VERSION SUBVERSION)
#else
@@ -575,6 +579,10 @@ typedef struct header
struct header *last_sort; /* last message in subthread, for secondary SORT_LAST */
char *tree; /* character string to print thread tree */
+#ifdef MIXMASTER
+ LIST *chain;
+#endif
+
} HEADER;
#include "mutt_regex.h"