move more things in the lib-mime
[apps/madmutt.git] / send.c
diff --git a/send.c b/send.c
index 2d05c43..546cfb3 100644 (file)
--- 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)) {