X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=f0cf711e544107c2430beae46e77e87647dd298f;hp=e0b9fb37b41bfc07b749aca41bdf52de7955ed2f;hb=0ac011f8eb41bab7808881ebf9802b4eb252fe3b;hpb=d0dc8fb657cff90709c15d4b106415b868857f6a diff --git a/mutt.h b/mutt.h index e0b9fb3..f0cf711 100644 --- a/mutt.h +++ b/mutt.h @@ -101,11 +101,9 @@ typedef enum { #define M_REPLYHOOK (1<<10) #define M_SEND2HOOK (1<<11) -#ifdef USE_COMPRESSED #define M_OPENHOOK (1<<12) #define M_APPENDHOOK (1<<13) #define M_CLOSEHOOK (1<<14) -#endif /* tree characters for linearize_tree and print_enriched_string */ #define M_TREE_LLCORNER 1 @@ -237,10 +235,8 @@ enum { OPT_MIMEFWDREST, OPT_MOVE, OPT_PGPMIMEAUTO, /* ask to revert to PGP/MIME when inline fails */ -#ifdef USE_POP OPT_POPDELETE, OPT_POPRECONNECT, -#endif OPT_POSTPONE, OPT_PRINT, OPT_QUIT, @@ -374,10 +370,8 @@ enum { OPTPAGERSTOP, OPTPIPEDECODE, OPTPIPESPLIT, -#ifdef USE_POP OPTPOPAUTHTRYALL, OPTPOPLAST, -#endif OPTPRINTDECODE, OPTPRINTSPLIT, OPTPROMPTAFTER, @@ -697,13 +691,8 @@ typedef struct header { LIST *chain; #endif -#ifdef USE_POP int refno; /* message number on server */ -#endif - -#if defined USE_POP || defined USE_IMAP || defined USE_NNTP void *data; /* driver-specific data */ -#endif char *maildir_flags; /* unknown maildir flags */ } HEADER; @@ -772,16 +761,12 @@ typedef struct { int appended; /* how many saved messages? */ int flagged; /* how many flagged messages */ int msgnotreadyet; /* which msg "new" in pager, -1 if none */ -#if defined USE_POP || defined USE_IMAP || defined USE_NNTP void *data; /* driver specific data */ -#endif /* USE_IMAP */ short magic; /* mailbox type */ -#ifdef USE_COMPRESSED void *compressinfo; /* compressed mbox module private data */ char *realpath; /* path to compressed mailbox */ -#endif /* USE_COMPRESSED */ unsigned int locked:1; /* is the mailbox locked? */ unsigned int changed:1; /* mailbox has been modified */