문제

I just started using gnus and would like to see images in html email. I set

(setq mm-text-html-renderer 'w3m)
(setq gnus-inhibit-images nil)

in my .gnus.el, but I still can't see images. If I press T in the Article, it tells me

"There are some images considered unsafe; use the prefix arg to force display."

I have unfortunately no idea what to do with this info.

Is there any way that I can enable showing images in w3m if I think it is save, without using K H?

도움이 되었습니까?

해결책

You can set the prefix argument by pressing C-u before the command (so you should press C-uT in your case).

Please refer to the emacs manual for more information on prefix arguments.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top