From: Lars Magne Ingebrigtsen Date: Sat, 25 Sep 2010 14:00:36 +0000 (+0200) Subject: (gnus-treat-from-gravatar): Change default to nil for privacy reasons. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=df2e9d9a3cb2068f320228d3ba481da1bba4db9d;p=gnus (gnus-treat-from-gravatar): Change default to nil for privacy reasons. (gnus-treat-mail-gravatar): Ditto. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc5a1b0e6..920151e62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2010-09-25 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 35a6934b9..fd6957d9a 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -1529,8 +1529,7 @@ node `(gnus)Picons' for details." :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 @@ node `(gnus)Gravatars' for details." :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