X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=9ab5231b44bd4cbf4fa4cccb33004c3750f98c4d;hp=a693fe6acfce0fcd1c6397db8954013861dfb930;hb=5b0581b41f115cd0442037a97db313ef5b5b8822;hpb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83;ds=sidebyside diff --git a/handler.c b/handler.c index a693fe6..9ab5231 100644 --- a/handler.c +++ b/handler.c @@ -23,13 +23,15 @@ #include #include #include +#include #include +#include + #include "mutt.h" #include "recvattach.h" #include "handler.h" -#include "mutt_curses.h" #include "rfc1524.h" #include "rfc3676.h" #include "keymap.h" @@ -40,7 +42,6 @@ #include "attach.h" #include "lib.h" -#include "lib/debug.h" typedef int handler_f (BODY *, STATE *); typedef handler_f *handler_t; @@ -771,7 +772,7 @@ static int alternative_handler (BODY * a, STATE * s) { BODY *choice = NULL; BODY *b; - LIST *t; + string_list_t *t; char buf[STRING]; int type = 0; int mustfree = 0;