Nico Golde:
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index fc6867f..bdf9110 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -21,6 +21,8 @@
 #ifndef MUTT_H
 #define MUTT_H 
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #ifdef HAVE_UNISTD_H
@@ -556,6 +558,7 @@ enum
   OPTNEWSSEND,         /* (pseudo) used to change behavior when posting */
   OPTNEWSCACHE,                /* (pseudo) used to indicate if news cache exist */
 #endif
+  OPTSHORTENHIERARCHY, /* set when to shorten "hierarchies" in the sidebar */
 
   OPTMAX
 };