info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: opening a mime attachment


From: Bastien
Subject: Re: opening a mime attachment
Date: Sat, 15 Mar 2008 10:26:47 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Richard G Riley <rileyrgdev@gmail.com> writes:

> What is the best way to make hitting return on a mime type open the
> attachment using the related viewer? In my gnus hitting return prompts
> to save it. hitting "e" opens it properly in Open Office. I would like
> retrn to be the default "view attachment".

I buttonize MIME parts with this:

(setq gnus-buttonized-mime-types '("multipart/alternative"))

Then in the article, RET runs `gnus-article-press-button', which
opens the MIME part with the right program (as set in ~/.mailcap)

HTH,

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]