X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=commands.c;h=280a3fd6859aefc3751a6d4f69b650eafbd73d7e;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hp=d2760220fa5bef490334706d9a487e7299c0fcb7;hpb=69f4685e616347559d4ec714fd826d7f97a472ef;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index d276022..280a3fd 100644 --- a/commands.c +++ b/commands.c @@ -21,10 +21,7 @@ #include #include -#include -#include -#include -#include +#include #include @@ -240,7 +237,7 @@ void ci_bounce_message (HEADER * h, int *redraw) char prompt[SHORT_STRING]; char buf[HUGE_STRING] = { 0 }; address_t *adr = NULL; - const char *err = NULL; + char *err = NULL; int rc; if (h) @@ -893,7 +890,7 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) b->force_charset |= charset_changed ? 1 : 0; if (!is_multipart(b) && b->parts) - mutt_free_body (&b->parts); + body_list_wipe(&b->parts); if (!mutt_is_message_type (b->type, b->subtype) && b->hdr) { b->hdr->content = NULL; header_delete(&b->hdr);