Mercurial > emacs
changeset 110567:20537dcb489d
gnus-art.el (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Change default to nil for privacy reasons.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sat, 25 Sep 2010 14:05:46 +0000 |
parents | 4f369250ec80 |
children | 04b79dd168dd |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-art.el |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Sat Sep 25 13:43:27 2010 +0000 +++ b/lisp/gnus/ChangeLog Sat Sep 25 14:05:46 2010 +0000 @@ -1,5 +1,9 @@ 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org> + * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for + privacy reasons. + (gnus-treat-mail-gravatar): Ditto. + * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the buffer when inserting images. Inserting text into the headers, for instance, can make them invalid.
--- a/lisp/gnus/gnus-art.el Sat Sep 25 13:43:27 2010 +0000 +++ b/lisp/gnus/gnus-art.el Sat Sep 25 14:05:46 2010 +0000 @@ -1529,8 +1529,7 @@ :type gnus-article-treat-head-custom) (put 'gnus-treat-newsgroups-picon 'highlight t) -(defcustom gnus-treat-from-gravatar - (when (display-images-p) 'head) +(defcustom gnus-treat-from-gravatar nil "Display gravatars in the From header. Valid values are nil, t, `head', `first', `last', an integer or a predicate. See Info node `(gnus)Customizing Articles' and Info @@ -1543,8 +1542,7 @@ :type gnus-article-treat-head-custom) (put 'gnus-treat-from-gravatar 'highlight t) -(defcustom gnus-treat-mail-gravatar - (when (display-images-p) 'head) +(defcustom gnus-treat-mail-gravatar nil "Display gravatars in To and Cc headers. Valid values are nil, t, `head', `first', `last', an integer or a predicate. See Info node `(gnus)Customizing Articles' and Info