Tassilo Horn <[email protected]> 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?


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to