X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt.h;h=f632b08bc870701d5a2126549da0acbf0787cd5b;hb=30a2346a5f3928412e47b0b7f80e987a0c20fddd;hp=fa33d3162b9f5858e90f9d0eaa0c487a0bae141b;hpb=fc9c62aae0a7ebf1ff9335e322e7c1f5d3e459d3;p=apps%2Fmadmutt.git diff --git a/mutt.h b/mutt.h index fa33d31..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, @@ -816,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;