- labels: Documentation --> documentation
To: mh-e-devel at lists.sourceforge.net
Subject: Re: spamassassin usage error
From: "Satyaki Das" <satyakid at stanford.edu>
X-Mailer: MH-E 7.4.1+cvs; nmh 1.1; GNU Emacs 21.3.50.40
Date: Thu, 04 Sep 2003 18:53:47 -0700
Message-ID: <1998.1062726827@chicory.stanford.edu>
Peter S Galbraith <p.galbraith at globetrotter.net> writes:
> _Very_ cool.
>
> A few minor nits...
>
> 1- For the address Some.Name@Someplace.Ca I finally figured out I had to
> downcase the image filename for it to work.
>
> e.g. some.name@someplace.ca.xpm
Yes, the name is downcased. I think we should mention this in the
documentation.
> 2- some.name@someplace.ca.gif wasn't picked up, but
> some.name@someplace.ca.xpm was.
It is possible that your Emacs doesn't have support for gif's.
You can check if that is so by evaluating:
M-: (image-type-available-p 'gif) RET
Satyaki