* [ISSUE] mshow: rendering a message numbers mime parts inconsistently with list mode
@ 2023-08-18 18:14 ashiire
2023-08-21 15:43 ` leahneukirchen
0 siblings, 1 reply; 2+ messages in thread
From: ashiire @ 2023-08-18 18:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]
New issue by ashiire on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/247
Description:
When `mshow` renders a message, the numbering of structure markers differs from that shown by its list mode. This becomes a problem when browsing messages (i.e. using `mless`) and wanting to extract a specific attachment.
The discrepancy seems to arise from parts not rendered due to multipart/alternative preferences, as they are neither mentioned in the structure markers, nor counted. Perhaps they should be both mentioned and counted but not rendered?
Structure as rendered:
```
--- 1: multipart/related size=27924 ---
--- --- 2: multipart/alternative size=11924 ---
--- --- --- 3: text/plain size=885 ---
[...]
--- --- 4: image/jpeg size=11547 name="image001.jpg" ---
```
Structure as listed:
```
1: multipart/related size=27924
2: multipart/alternative size=11924
3: text/plain size=885
4: text/html size=9819
5: image/jpeg size=11547 name="image001.jpg"
```
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mshow: rendering a message numbers mime parts inconsistently with list mode
2023-08-18 18:14 [ISSUE] mshow: rendering a message numbers mime parts inconsistently with list mode ashiire
@ 2023-08-21 15:43 ` leahneukirchen
0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2023-08-21 15:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
New comment by leahneukirchen on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/247#issuecomment-1686574974
Comment:
This has been reported by Ruda before, the problem is that we need to run filters to make this work...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-21 15:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18 18:14 [ISSUE] mshow: rendering a message numbers mime parts inconsistently with list mode ashiire
2023-08-21 15:43 ` leahneukirchen
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).