Github messages for mblaze
 help / color / mirror / Atom feed
From: guillaumecherel <guillaumecherel@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] Can mshow display multiple parts at once?
Date: Fri, 15 Jan 2021 10:43:13 +0100	[thread overview]
Message-ID: <20210115094313.ECdWcyh7h4j3MJe0BOh8pjCGnSd7-ZvQfwzwIAhtUzM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-fa6558a0-26e0-48f6-803f-f5a8af34f6a8-mblaze-198@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

Closed issue by guillaumecherel on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/198

Description:
The man says

> mshow, by default, decodes all ‘text/*’, ‘message/rfc822’ and ‘multipart/*’ parts […]

But I can't get it to decode both the text/html and text/calendar at the same time.

I have an email that has the following parts:

```
  1: multipart/alternative size=7357
    2: text/plain size=206
    3: text/html size=2130
    4: text/calendar size=3227

```

and I set up the filters for text/calendar (just use `text/calendar: cat` for testing purpose).  Running `mshow -A text/plain:text/calendar` only displays the text part. Is there a way to make it display all parts at once? There is `mshow -O msg parts ...`, but it requires telling explicitly which parts to extract. I'm looking for a more automatic way.

      parent reply	other threads:[~2021-01-15  9:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13  9:47 [ISSUE] " guillaumecherel
2021-01-14 15:44 ` leahneukirchen
2021-01-15  9:43 ` guillaumecherel
2021-01-15  9:43 ` guillaumecherel [this message]

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=20210115094313.ECdWcyh7h4j3MJe0BOh8pjCGnSd7-ZvQfwzwIAhtUzM@z \
    --to=guillaumecherel@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).