lisp/gnus/gnus-art.el (gnus-treat-buttonize): Don't buttonize URLs in HTML
This commit is contained in:
parent
e6929b0b8a
commit
097e16e266
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
|
||||
parts, because that breaks filling (since buttons are in a bold face).
|
||||
|
||||
2015-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
|
||||
|
|
|
@ -1139,7 +1139,7 @@ predicate. See Info node `(gnus)Customizing Articles'."
|
|||
:type gnus-article-treat-custom)
|
||||
(put 'gnus-treat-highlight-signature 'highlight t)
|
||||
|
||||
(defcustom gnus-treat-buttonize 100000
|
||||
(defcustom gnus-treat-buttonize '(and 100000 (typep "text/plain"))
|
||||
"Add buttons.
|
||||
Valid values are nil, t, `head', `first', `last', an integer or a
|
||||
predicate. See Info node `(gnus)Customizing Articles'."
|
||||
|
|
Loading…
Add table
Reference in a new issue