Gitlab ticket 217 <https://gitlab.com/muttmua/mutt/-/issues/217> is about attachment counting when an email has just a single inline image/jpeg part. The submitter would like this to show up in their attachment counting setup.

count_body_parts() in parse.c is deliberately skipping over such:

    if (bp->disposition == DISPINLINE &&
        bp->type != TYPEMULTIPART && bp->type != TYPEMESSAGE && bp == body)
      AT_NOCOUNT("ignore fundamental inlines");

dgc or others involved in the feature, is there a way to provide counting functionality in this case without goofing up existing configs?

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to