summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
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"