X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=7ddd8b12238304bd437555212878ff96327cebdd;hp=b7ab1b6651349965ba28811163541908ff4412ed;hb=09a7c8b5bbcc1630207e799d07e4ac438c9c3f1c;hpb=74697a5c38af6a85ce3b0062d781c35814a9f536 diff --git a/mutt.h b/mutt.h index b7ab1b6..7ddd8b1 100644 --- a/mutt.h +++ b/mutt.h @@ -462,17 +462,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 *);