X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=hook.c;h=6a728687b433c2f419576b2a13348bafcc884fa7;hp=0a1084c294a7815a936e28dd62cd277a447327e8;hb=7d29626ce4e1fa932c6349c7253e6f774df069fc;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/hook.c b/hook.c index 0a1084c..6a72868 100644 --- a/hook.c +++ b/hook.c @@ -7,24 +7,14 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include -#include - #include #include +#include +#include +#include -#include "mutt.h" #include "alias.h" -#include "mx.h" -#include -#include "compress.h" +#include "pattern.h" #define ERROR_STOP 0 @@ -202,7 +192,7 @@ static void delete_hook (HOOK * h) if (h->rx.rx) { regfree (h->rx.rx); } - mutt_pattern_free (&h->pattern); + pattern_list_wipe(&h->pattern); p_delete(&h); } @@ -361,7 +351,7 @@ mutt_addr_hook (char *path, ssize_t pathlen, unsigned long type, CONTEXT * ctx, return -1; } -void mutt_default_save (char *path, ssize_t pathlen, HEADER * hdr) +void mutt_default_save (char *path, ssize_t pathlen, const HEADER * hdr) { *path = 0; if (mutt_addr_hook (path, pathlen, M_SAVEHOOK, Context, hdr) != 0) {