[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus opening attachments
From: |
Thien-Thi Nguyen |
Subject: |
Re: gnus opening attachments |
Date: |
Sat, 28 Jan 2012 21:04:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
() Lars Ingebrigtsen <larsi@gnus.org>
() Sat, 28 Jan 2012 19:48:00 +0100
Right... so perhaps the best solution here would just be to
add the "priority" stuff to mailcap.el? Then you can say
image/*; xloadimage %s; priority=5
to use xloadimage on all the images?
Sounds about right, if ‘priority’ support is widespread enough.
No Gnus/Emacs 24 is in a feature freeze at the moment, though,
and this would count as a new feature, I think, so implementing
this would have to wait a bit.
For the record, the workaround is to avoid "foo/*" in ~/.mailcap,
replacing it with the expanded set:
image/jpeg; COMMAND; ETC
image/gif; COMMAND; ETC
image/...; COMMAND; ETC
...
That's ugly, so maybe better to call it a kludge. In any case,
i don't know whether or not this addresses OP's original problem.