Gnus development mailing list
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: ding@gnus.org
Subject: Re: Automatically displaying content of [some] attachments
Date: Sat, 15 Aug 2020 12:45:39 +0200	[thread overview]
Message-ID: <87sgco5grw.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <87wo20b4lo.fsf@tullinup.koldfront.dk>

Adam writes:

> What do I need to configure to have that done automatically, so I don't
> have to navigate to the attachment and press RET?

The motivating factor of asking a question is incredible. This is what
I found was needed:

    ; Show inline:
    (add-to-list 'mm-attachment-override-types "application/zip")
    (add-to-list 'mm-automatic-display "application/zip")

    (add-to-list 'mm-attachment-override-types "application/tlsrpt\\+gzip")
    (add-to-list 'mm-automatic-display "application/tlsrpt\\+gzip")
    (add-to-list 'mm-inline-media-tests '("application/tlsrpt\\+gzip" mm-inline-text identity))
    (add-to-list 'mm-inlined-types "application/tlsrpt\\+gzip")


  Best regards,

    Adam

-- 
 "Now cupid don't draw back your bow                        Adam Sjøgren
  Sam Cooke didn't know what I know"                   asjo@koldfront.dk



  reply	other threads:[~2020-08-15 10:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-15 10:12 Adam Sjøgren
2020-08-15 10:45 ` Adam Sjøgren [this message]
2020-08-15 10:51   ` Adam Sjøgren
2020-08-15 18:41   ` Wayne Harris
2020-08-15 20:40     ` Adam Sjøgren
2020-08-19  1:50       ` Wayne Harris
2020-08-19 20:02         ` Adam Sjøgren
2020-08-20  2:21         ` Rafi Khan
2020-08-25  9:30       ` Eric S Fraga

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=87sgco5grw.fsf@tullinup.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.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).