Les Harris <l...@lesharris.com> writes:

> Thien-Thi Nguyen <t...@gnu.org> writes:
>
>> That depends on whether or not it works for you, i suppose.  :-D
>
> Hm. So gnus-article-show-images works when invoked manually. I've
> tried adding it to gnus-article-mode-hook by adding/executing the
> following:
>
> (add-hook
>     'gnus-article-mode-hook
>     (lambda ()
>             (gnus-article-show-images)
>             (message "Potentially show images...")))
>
> However when opening an HTML mail with images this seems to have no
> affect (manually invoking the command of course works). I can see the
> 'Potentially show images...' text in the *Messages* buffer so I know
> the hook is executing.  Maybe the article mode hook is executing too
> early?

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

Bye,
Tassilo


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to