# HG changeset patch # User Oleksandr Gavenko # Date 1348160285 -10800 # Node ID a5769ce9ff710962825b45dc6e7ea2d0d22f9e6c # Parent e8af987ef004a9b384f25829184a3dc28fcfc1bb Don't use w3m for HTML text because of it navigation style (move across links instead of text). 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)