X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=fa33d3162b9f5858e90f9d0eaa0c487a0bae141b;hp=d5dba993593638e5300d45e33b80e4991f124ca5;hb=be99cd72fc79e2f10aec2b06d62abb16c16aa34d;hpb=b2b5c2916e7850ad2f4d1a1b6c8aeb0f1ed49be6 diff --git a/mutt.h b/mutt.h index d5dba99..fa33d31 100644 --- a/mutt.h +++ b/mutt.h @@ -457,7 +457,9 @@ enum OPTSORTRE, OPTSPAMSEP, OPTSTATUSONTOP, + OPTSTRICTMIME, OPTSTRICTTHREADS, + OPTSTUFFQUOTED, OPTSUSPEND, OPTTEXTFLOWED, OPTTHOROUGHSRC, @@ -468,6 +470,9 @@ enum OPTUSEDOMAIN, OPTUSEFROM, OPTUSEGPGAGENT, +#ifdef HAVE_LIBIDN + OPTUSEIDN, +#endif #ifdef HAVE_GETADDRINFO OPTUSEIPV6, #endif @@ -497,6 +502,7 @@ enum OPTPGPIGNORESUB, OPTPGPCHECKEXIT, OPTPGPLONGIDS, + OPTPGPAUTODEC, #if 0 OPTPGPENCRYPTSELF, #endif @@ -553,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 }; @@ -691,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