Mercurial > emacs
comparison lisp/gnus/gnus-art.el @ 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 | 5b5c2cab9a6a |
children | b6d2a63ad993 |
comparison
equal
deleted
inserted
replaced
110566:4f369250ec80 | 110567:20537dcb489d |
---|---|
1527 :link '(custom-manual "(gnus)Customizing Articles") | 1527 :link '(custom-manual "(gnus)Customizing Articles") |
1528 :link '(custom-manual "(gnus)Picons") | 1528 :link '(custom-manual "(gnus)Picons") |
1529 :type gnus-article-treat-head-custom) | 1529 :type gnus-article-treat-head-custom) |
1530 (put 'gnus-treat-newsgroups-picon 'highlight t) | 1530 (put 'gnus-treat-newsgroups-picon 'highlight t) |
1531 | 1531 |
1532 (defcustom gnus-treat-from-gravatar | 1532 (defcustom gnus-treat-from-gravatar nil |
1533 (when (display-images-p) 'head) | |
1534 "Display gravatars in the From header. | 1533 "Display gravatars in the From header. |
1535 Valid values are nil, t, `head', `first', `last', an integer or a | 1534 Valid values are nil, t, `head', `first', `last', an integer or a |
1536 predicate. See Info node `(gnus)Customizing Articles' and Info | 1535 predicate. See Info node `(gnus)Customizing Articles' and Info |
1537 node `(gnus)Gravatars' for details." | 1536 node `(gnus)Gravatars' for details." |
1538 :version "24.1" | 1537 :version "24.1" |
1541 :link '(custom-manual "(gnus)Customizing Articles") | 1540 :link '(custom-manual "(gnus)Customizing Articles") |
1542 :link '(custom-manual "(gnus)Gravatars") | 1541 :link '(custom-manual "(gnus)Gravatars") |
1543 :type gnus-article-treat-head-custom) | 1542 :type gnus-article-treat-head-custom) |
1544 (put 'gnus-treat-from-gravatar 'highlight t) | 1543 (put 'gnus-treat-from-gravatar 'highlight t) |
1545 | 1544 |
1546 (defcustom gnus-treat-mail-gravatar | 1545 (defcustom gnus-treat-mail-gravatar nil |
1547 (when (display-images-p) 'head) | |
1548 "Display gravatars in To and Cc headers. | 1546 "Display gravatars in To and Cc headers. |
1549 Valid values are nil, t, `head', `first', `last', an integer or a | 1547 Valid values are nil, t, `head', `first', `last', an integer or a |
1550 predicate. See Info node `(gnus)Customizing Articles' and Info | 1548 predicate. See Info node `(gnus)Customizing Articles' and Info |
1551 node `(gnus)Gravatars' for details." | 1549 node `(gnus)Gravatars' for details." |
1552 :version "24.1" | 1550 :version "24.1" |