X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=fa33d3162b9f5858e90f9d0eaa0c487a0bae141b;hp=c320c8a272d7844e66c0cb91e61db8eda1c970b0;hb=120c10f07176befeaf5766ae73509619a5a5ad53;hpb=2b7cd595d112db5073b1b9acb80cf8d081c61c9e diff --git a/mutt.h b/mutt.h index c320c8a..fa33d31 100644 --- a/mutt.h +++ b/mutt.h @@ -457,6 +457,7 @@ enum OPTSORTRE, OPTSPAMSEP, OPTSTATUSONTOP, + OPTSTRICTMIME, OPTSTRICTTHREADS, OPTSTUFFQUOTED, OPTSUSPEND, @@ -558,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 }; @@ -696,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