diff -r d063544b9199 -r efac9eeab57c .emacs-my --- a/.emacs-my Thu Sep 20 21:06:14 2012 +0300 +++ b/.emacs-my Sat Sep 22 13:47:03 2012 +0300 @@ -1433,9 +1433,7 @@ ;; 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) +(setq mm-text-html-renderer 'w3m) (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)