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

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

Re: Displaying Images in HTML Mail


From: Les Harris
Subject: Re: Displaying Images in HTML Mail
Date: Fri, 06 Mar 2015 17:27:27 -0800
User-agent: It's a secret to everybody

Tassilo Horn <tsdh@gnu.org> writes:

> Yes, that might be the reason.  Try `gnus-article-prepare-hook' instead.

Yes, this did the trick.  Thank you both for your help. The final
configuration is as follows:

(add-hook
    'gnus-article-prepare-hook
    (lambda ()
            (gnus-article-show-images)))

I've added some filtering in there so only a certain class of emails
will execute the show images function but that is the core.

-- 
Do they only stand
By ignorance, is that their happy state,
The proof of their obedience and their faith?




reply via email to

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