Rocco Rutte:
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index c320c8a..72316f0 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 2004 g10 Code GmbH
@@ -219,6 +218,7 @@ enum
   M_LIMIT,
   M_EXPIRED,
   M_SUPERSEDED,
+  M_REALNAME,
 
   /* actions for mutt_pattern_comp/mutt_pattern_exec */
   M_AND,
@@ -377,6 +377,7 @@ enum
   OPTFCCATTACH,
   OPTFCCCLEAR,
   OPTFOLLOWUPTO,
+  OPTFORCEBUFFYCHECK,
   OPTFORCENAME,
   OPTFORWDECODE,
   OPTFORWQUOTE,
@@ -421,6 +422,7 @@ enum
   OPTMARKOLD,
   OPTMBOXPANE,
   OPTMENUSCROLL,       /* scroll menu instead of implicit next-page */
+  OPTMENUMOVEOFF,
   OPTMETAKEY,          /* interpret ALT-x as ESC-x */
   OPTMETOO,
   OPTMHPURGE,
@@ -457,7 +459,9 @@ enum
   OPTSORTRE,
   OPTSPAMSEP,
   OPTSTATUSONTOP,
+  OPTSTRICTMIME,
   OPTSTRICTTHREADS,
+  OPTSTRIPWAS,
   OPTSTUFFQUOTED,
   OPTSUSPEND,
   OPTTEXTFLOWED,
@@ -558,7 +562,8 @@ 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 */
+  OPTSIDEBARNEWMAILONLY,
   OPTMAX
 };
 
@@ -696,6 +701,7 @@ typedef struct body
                                 * If NULL, filename is used 
                                 * instead.
                                 */
+  char *file_charset;           /* charset of attached file */
   CONTENT *content;             /* structure used to store detailed info about
                                 * the content of the attachment.  this is used
                                 * to determine what content-transfer-encoding
@@ -813,9 +819,7 @@ typedef struct header
   char *tree;                  /* character string to print thread tree */
   struct thread *thread;
 
-#ifdef IMAP_EDIT_THREADS
   ENVELOPE *new_env;   /* envelope information for rethreading */
-#endif
 
 #ifdef MIXMASTER
   LIST *chain;