X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=d43cab7d933339ab4e922929687aef8fe25e86be;hp=39bd444d1cce98210ce69c1bc77c88015a6d9642;hb=f3cbb9f51357972f6e74244494236a41dc4d84cd;hpb=d8aeb41018aaf2f85fbd937278ffdd94164e236e diff --git a/mutt.h b/mutt.h index 39bd444..d43cab7 100644 --- a/mutt.h +++ b/mutt.h @@ -252,7 +252,6 @@ enum { OPTCOLLAPSEUNREAD, OPTCONFIRMAPPEND, OPTCONFIRMCREATE, - OPTCOUNTATTACH, OPTDELETEUNTAG, OPTDELSP, OPTDIGESTCOLLAPSE, @@ -391,9 +390,6 @@ enum { OPTPGPCHECKEXIT, OPTPGPLONGIDS, OPTPGPAUTODEC, -#if 0 - OPTPGPENCRYPTSELF, -#endif OPTPGPRETAINABLESIG, OPTPGPSTRICTENC, OPTFORWDECRYPT, @@ -462,17 +458,6 @@ enum { #define toggle_option(x) mutt_bit_toggle(Options,x) #define option(x) mutt_bit_isset(Options,x) -typedef struct spam_list_t { - rx_t *rx; - int nmatch; - char *template; - struct spam_list_t *next; -} SPAM_LIST; - - -#define mutt_new_spam_list() p_new(SPAM_LIST, 1) -void mutt_free_spam_list (SPAM_LIST **); - int mutt_matches_ignore (const char *, string_list_t *); void mutt_init (int, string_list_t *); @@ -494,26 +479,8 @@ typedef struct thread { HEADER *sort_key; } THREAD; - -/* flag to mutt_pattern_comp() */ -#define M_FULL_MSG (1<<0) /* enable body and header matching */ - -typedef enum { - M_MATCH_FULL_ADDRESS = 1 -} pattern_exec_flag; - -typedef struct pattern_t { - short op; - unsigned int not : 1; - unsigned int alladdr : 1; - unsigned int stringmatch : 1; - int min; - int max; - struct pattern_t *next; - struct pattern_t *child; /* arguments to logical op */ - char* str; - regex_t *rx; -} pattern_t; +typedef struct compress_info compress_info; +typedef struct pattern_t pattern_t; typedef struct { char *path; @@ -545,7 +512,7 @@ typedef struct { short magic; /* mailbox type */ - void *compressinfo; /* compressed mbox module private data */ + compress_info *cinfo; /* compressed mbox module private data */ char *realpath; /* path to compressed mailbox */ unsigned int locked:1; /* is the mailbox locked? */