X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt.h;h=f632b08bc870701d5a2126549da0acbf0787cd5b;hb=30a2346a5f3928412e47b0b7f80e987a0c20fddd;hp=bdf9110fbc52a12dd6316e8602eced5a58f79e7e;hpb=9ac26767ab8579e47e55640983ab453c1baa356d;p=apps%2Fmadmutt.git diff --git a/mutt.h b/mutt.h index bdf9110..f632b08 100644 --- a/mutt.h +++ b/mutt.h @@ -1,4 +1,3 @@ - /* * Copyright (C) 1996-2002 Michael R. Elkins * 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, @@ -457,6 +457,7 @@ enum OPTSORTRE, OPTSPAMSEP, OPTSTATUSONTOP, + OPTSTRICTMIME, OPTSTRICTTHREADS, OPTSTUFFQUOTED, OPTSUSPEND, @@ -697,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 @@ -814,9 +816,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;