[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Custom mailcap.el
From: |
Katsumi Yamaoka |
Subject: |
Re: Custom mailcap.el |
Date: |
Fri, 29 Jan 2010 08:52:20 +0900 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) |
>>>>> Joe Galaxy wrote:
> Hi all, I need to load a custom mailcap entry for displaying images,
> like xv or qiv instead of imagemagick display.
> I tried modifying the mailcap.el that becomes qith gnus and loading it
> from my custom elisp path, but nothing.
> Any help? TIA
The most easy way is to have the ~/.mailcap file; see:
(info "(emacs-mime)mailcap")
When having modified the ~/.mailcap file while Gnus is running,
run `M-x mailcap-parse-mailcaps RET' to update Gnus' internal
mailcap database. IIUC, mailcap.el prefers ~/.mailcap,
/etc/mailcap, /usr/etc/mailcap, /usr/local/etc/mailcap, and the
default mailcap data that mailcap.el provides (in this order).
- Re: Custom mailcap.el,
Katsumi Yamaoka <=