diff -r e8af987ef004 -r a5769ce9ff71 .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)