X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=attach.c;h=0b497efdb14b5df7d166a99eb7ae35cd823fa763;hp=88272b9683e3caab2c0492162799cc26df5d728d;hb=10b7c16c8905d1b7ceaeeb6cfab9ad2ec03d8780;hpb=0dbe922d4298aed78dcba64b7c770f315a64505e diff --git a/attach.c b/attach.c index 88272b9..0b497ef 100644 --- a/attach.c +++ b/attach.c @@ -358,7 +358,7 @@ int mutt_is_autoview (BODY * b, const char *type) mutt_check_lookup_list (b, _type, sizeof (_type)); type = _type; - if (mutt_needs_mailcap (b)) { + if (rfc1524_mailcap_isneeded(b)) { if (option (OPTIMPLICITAUTOVIEW)) return 1; @@ -400,7 +400,7 @@ int mutt_view_attachment (FILE * fp, BODY * a, int flag, HEADER * hdr, !crypt_valid_passphrase (a->hdr->security)) return (rc); use_mailcap = (flag == M_MAILCAP || - (flag == M_REGULAR && mutt_needs_mailcap (a))); + (flag == M_REGULAR && rfc1524_mailcap_isneeded(a))); snprintf (type, sizeof (type), "%s/%s", TYPE (a), a->subtype); if (use_mailcap) {