X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=1c5d6fad5b4d6ed4d6442c246198e5c3cfbe9f75;hp=abde6308f420db1be833c10d9ca0a662078ca93e;hb=3e9a92ab72e04aecb0fc4098098a1b57c5101d84;hpb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1 diff --git a/handler.c b/handler.c index abde630..1c5d6fa 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;