X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=fa33d3162b9f5858e90f9d0eaa0c487a0bae141b;hp=21b43738310f47e9560a5c53f2d76cdd77af07c0;hb=2709e0121568c93bd012a57dedb15456271ef025;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/mutt.h b/mutt.h index 21b4373..fa33d31 100644 --- a/mutt.h +++ b/mutt.h @@ -108,6 +108,7 @@ #define M_CLEAR (1<<5) /* clear input if printable character is pressed */ #define M_COMMAND (1<<6) /* do command completion */ #define M_PATTERN (1<<7) /* pattern mode - only used for history classes */ +#define M_LASTFOLDER (1<<8) /* last-folder mode - hack hack hack */ /* flags for mutt_get_token() */ #define M_TOKEN_EQUAL 1 /* treat '=' as a special */ @@ -456,7 +457,9 @@ enum OPTSORTRE, OPTSPAMSEP, OPTSTATUSONTOP, + OPTSTRICTMIME, OPTSTRICTTHREADS, + OPTSTUFFQUOTED, OPTSUSPEND, OPTTEXTFLOWED, OPTTHOROUGHSRC, @@ -467,6 +470,9 @@ enum OPTUSEDOMAIN, OPTUSEFROM, OPTUSEGPGAGENT, +#ifdef HAVE_LIBIDN + OPTUSEIDN, +#endif #ifdef HAVE_GETADDRINFO OPTUSEIPV6, #endif @@ -496,6 +502,7 @@ enum OPTPGPIGNORESUB, OPTPGPCHECKEXIT, OPTPGPLONGIDS, + OPTPGPAUTODEC, #if 0 OPTPGPENCRYPTSELF, #endif @@ -552,6 +559,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 }; @@ -690,6 +698,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