X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=send.c;h=546cfb3fd8690066a8371c135b9b006092676076;hb=774b53097f8c8b62c5101bce8f313d339387a438;hp=2d05c430c38aadcd1a64060bcf40ab1f54a01c52;hpb=8d5f74a1030b2e5e93027c91c35b7facea2d61be;p=apps%2Fmadmutt.git diff --git a/send.c b/send.c index 2d05c43..546cfb3 100644 --- a/send.c +++ b/send.c @@ -1417,7 +1417,7 @@ int ci_send_message (int flags, /* send mode */ query_quadoption (OPT_FORWEDIT, _("Edit forwarded message?")) == M_YES)) { /* If the this isn't a text message, look for a mailcap edit command */ - if (mutt_needs_mailcap (msg->content)) { + if (rfc1524_mailcap_isneeded(msg->content)) { if (!mutt_edit_attachment (msg->content)) goto cleanup; } else if (option (OPTEDITHDRS)) {