equal
deleted
inserted
replaced
2116 |
2116 |
2117 ;; To disable html part of a message: |
2117 ;; To disable html part of a message: |
2118 ;; (setq mm-discouraged-alternatives '("text/html" "text/richtext")) |
2118 ;; (setq mm-discouraged-alternatives '("text/html" "text/richtext")) |
2119 ;; I manage to open link in external browser and fix navigation command so pretty ok with HTML parts. |
2119 ;; I manage to open link in external browser and fix navigation command so pretty ok with HTML parts. |
2120 (setq mm-discouraged-alternatives '("text/richtext")) |
2120 (setq mm-discouraged-alternatives '("text/richtext")) |
|
2121 (setq gnus-buttonized-mime-types '("text/html")) |
|
2122 |
2121 (setq mm-text-html-renderer 'w3m) |
2123 (setq mm-text-html-renderer 'w3m) |
2122 |
2124 |
2123 (eval-when-compile |
2125 (eval-when-compile |
2124 (ignore-errors |
2126 (ignore-errors |
2125 ;; w3m-anchor is macros in newer Emacs, need definition during byte-compilation. |
2127 ;; w3m-anchor is macros in newer Emacs, need definition during byte-compilation. |