mutt_*mktemp--
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index 39bd444..7ddd8b1 100644 (file)
--- 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 *);
@@ -515,6 +504,8 @@ typedef struct pattern_t {
   regex_t *rx;
 } pattern_t;
 
+typedef struct compress_info compress_info;
+
 typedef struct {
   char *path;
   FILE *fp;
@@ -545,7 +536,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? */