X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=34de35e590817169d966a18a2794debe64ab7135;hp=a9f329890a96dcbb3f82d9b5f1016f6c66a7fd92;hb=122350970aa462ca53ed28f52c31703b7fc6e854;hpb=b8c71f93b0296f815a6538182343ba67e88c0012 diff --git a/commands.c b/commands.c index a9f3298..34de35e 100644 --- a/commands.c +++ b/commands.c @@ -28,7 +28,7 @@ #include "copy.h" #include "mx.h" #include "pager.h" -#include "mutt_crypt.h" +#include #include "mutt_idna.h" #include "rfc1524.h" #include @@ -854,7 +854,7 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) return; /* clean up previous junk */ - mutt_free_parameter (&b->parameter); + parameter_delete(&b->parameter); p_delete(&b->subtype); mutt_parse_content_type (buf, b); @@ -895,7 +895,7 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) mutt_free_body (&b->parts); if (!mutt_is_message_type (b->type, b->subtype) && b->hdr) { b->hdr->content = NULL; - mutt_free_header (&b->hdr); + header_delete(&b->hdr); } if (fp && (is_multipart (b) || mutt_is_message_type (b->type, b->subtype)))