(gnus-treat-from-gravatar): Change default to nil for privacy reasons.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 25 Sep 2010 14:00:36 +0000 (16:00 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 25 Sep 2010 14:00:36 +0000 (16:00 +0200)
(gnus-treat-mail-gravatar): Ditto.

lisp/ChangeLog
lisp/gnus-art.el

index dc5a1b0..920151e 100644 (file)
@@ -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.
index 35a6934..fd6957d 100644 (file)
@@ -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