X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt.h;h=a97bdc97f18b169d850bc908dfbce124ce9b829c;hb=f1ca09e359410e2b578a24a647fc383edd5ab4b5;hp=fc6867f34c3bf18405d42d97fab26e3be7435349;hpb=f404a0ca916be07049af51a3022baaaaab94def6;p=apps%2Fmadmutt.git diff --git a/mutt.h b/mutt.h index fc6867f..a97bdc9 100644 --- a/mutt.h +++ b/mutt.h @@ -1,4 +1,3 @@ - /* * Copyright (C) 1996-2002 Michael R. Elkins * Copyright (C) 2004 g10 Code GmbH @@ -21,6 +20,8 @@ #ifndef MUTT_H #define MUTT_H +#include "config.h" + #include #include #ifdef HAVE_UNISTD_H @@ -217,6 +218,7 @@ enum M_LIMIT, M_EXPIRED, M_SUPERSEDED, + M_REALNAME, /* actions for mutt_pattern_comp/mutt_pattern_exec */ M_AND, @@ -375,6 +377,7 @@ enum OPTFCCATTACH, OPTFCCCLEAR, OPTFOLLOWUPTO, + OPTFORCEBUFFYCHECK, OPTFORCENAME, OPTFORWDECODE, OPTFORWQUOTE, @@ -455,6 +458,7 @@ enum OPTSORTRE, OPTSPAMSEP, OPTSTATUSONTOP, + OPTSTRICTMIME, OPTSTRICTTHREADS, OPTSTUFFQUOTED, OPTSUSPEND, @@ -556,6 +560,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 }; @@ -694,6 +699,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 @@ -811,9 +817,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;