Don't use w3m for HTML text because of it navigation style (move across
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 20 Sep 2012 19:58:05 +0300
changeset 935 a5769ce9ff71
parent 934 e8af987ef004
child 936 c5f9c7bc1661
Don't use w3m for HTML text because of it navigation style (move across links instead of text).
.emacs-my
--- a/.emacs-my	Thu Sep 20 18:43:38 2012 +0300
+++ b/.emacs-my	Thu Sep 20 19:58:05 2012 +0300
@@ -1433,6 +1433,9 @@
 
 ;; Do not use the html part of a message, use the text part if possible!
 (setq mm-discouraged-alternatives '("text/html" "text/richtext"))
+;; Don't use w3m for HTML text because of it navigation style (move across
+;; links instead of text).
+(setq mm-text-html-renderer 'html2text)
 
 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)