From: leahneukirchen <leahneukirchen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] mshow: inconsistent enumeration of MIME parts
Date: Wed, 20 Dec 2023 14:48:48 +0100 [thread overview]
Message-ID: <20231220134848.yXwsvOsTbZM5MK1-A2w-Qfj2_ueR5pDK3g_9Um4r0AI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-fa6558a0-26e0-48f6-803f-f5a8af34f6a8-mblaze-255@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]
Closed issue by algor512 on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/255
Description:
The numbering of MIME parts differs in `mshow` and `mshow -t`, for example, `mshow` shows
```
From: <...>
Subject: Test
To: <...>
Date: Tue, 19 Dec 2023 17:45:46 +0100 (CET) (18 hours, 28 minutes, 29 seconds ago)
--- 1: multipart/mixed size=3224058 ---
--- --- 2: multipart/alternative size=451 ---
--- --- --- 3: text/plain size=13 ---
Test email.
--- --- 4: image/jpeg size=2175349 name="img.jpg" ---
no filter or default handler
--- --- 5: application/pdf size=210485 name="doc.pdf" ---
no filter or default handler
```
while `mshow -t` shows
```
<path to file>
1: multipart/mixed size=3224058
2: multipart/alternative size=451
3: text/plain size=13
4: text/html size=166
5: image/jpeg size=2175349 name="img.jpg"
6: application/pdf size=210485 name="doc.pdf"
```
next prev parent reply other threads:[~2023-12-20 13:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-20 11:19 [ISSUE] " algor512
2023-12-20 13:48 ` leahneukirchen [this message]
2023-12-20 13:48 ` leahneukirchen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231220134848.yXwsvOsTbZM5MK1-A2w-Qfj2_ueR5pDK3g_9Um4r0AI@z \
--to=leahneukirchen@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).