X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=688d550af2d7886726d7bd3b5497a7755ebcdfcd;hp=226eda0ca47d64e5d803df8deb123c62b2498f2d;hb=b0811fbd6a0e218c9c310a6ef4170e81540e6c22;hpb=000b7ffd7d9cc9cfd9395727227bcbadbe8cdb18 diff --git a/mutt.h b/mutt.h index 226eda0..688d550 100644 --- a/mutt.h +++ b/mutt.h @@ -167,7 +167,6 @@ enum { M_LIMIT, M_EXPIRED, M_SUPERSEDED, - M_REALNAME, /* actions for mutt_pattern_comp/mutt_pattern_exec */ M_AND, @@ -193,6 +192,7 @@ enum { M_REFERENCE, M_RECIPIENT, M_LIST, + M_SUBSCRIBED_LIST, M_PERSONAL_RECIP, M_PERSONAL_FROM, M_ADDRESS, @@ -204,6 +204,8 @@ enum { #ifdef USE_NNTP M_NEWSGROUPS, #endif + M_REALNAME, + M_MULTIPART, /* Options for Mailcap lookup */ M_EDIT, @@ -233,6 +235,7 @@ enum { /* quad-option vars */ enum { OPT_ABORT, + OPT_ATTACH, OPT_BOUNCE, OPT_COPY, OPT_DELETE, @@ -315,6 +318,7 @@ enum { OPTCONFIRMAPPEND, OPTCONFIRMCREATE, OPTDELETEUNTAG, + OPTDELSP, OPTDIGESTCOLLAPSE, OPTDUPTHREADS, OPTEDITHDRS, @@ -433,6 +437,7 @@ enum { OPTWRAPSEARCH, OPTWRITEBCC, /* write out a bcc header? */ OPTXMAILER, + OPTXMAILTO, /* 1 if $edit_header is forcebly set */ OPTXTERMSETTITLES, OPTCRYPTUSEGPGME, @@ -827,11 +832,6 @@ typedef struct { unsigned int counting:1; /* do we just want to cound? */ } CONTEXT; -#include "ascii.h" -#include "alias.h" -#include "buffer.h" -#include "state.h" -#include "enter.h" #include "protos.h" #include "lib.h" #include "globals.h"