I use Feed my Inbox to bring in RSS items by email as using gnus
directly slows my load since I have many RSS sources.
http://www.feedmyinbox.com/
Currently I W-h and W-w to get the mails into a reasonable state to
read them as they are in fact HTML emails.
But I was thinking of using W3M which I have available to automatically
render them readable:
I may have erred in my .emacs where I have:
;; use w3m
(require 'w3m-load)
(require 'mime-w3m)
But a debug says emacs can't find "mime-parse" and I am unable to find
this file
Any ideas anyone?
--
Slackrat
> Currently I W-h and W-w to get the mails into a reasonable state to
> read them as they are in fact HTML emails.
>
> But I was thinking of using W3M which I have available to automatically
> render them readable:
For w3m, I only this in my ~/.gnus, and it works:
(setq
;; html things
mm-text-html-renderer 'w3m
)
--
Nicolas