X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=9ab5231b44bd4cbf4fa4cccb33004c3750f98c4d;hp=abde6308f420db1be833c10d9ca0a662078ca93e;hb=4282401a0bcdc285a228da4ad635cbf7baf71488;hpb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1 diff --git a/handler.c b/handler.c index abde630..9ab5231 100644 --- a/handler.c +++ b/handler.c @@ -23,24 +23,25 @@ #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" #include "copy.h" #include "charset.h" -#include "mutt_crypt.h" +#include #include "state.h" #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;