aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorTeodor Zlatanov2011-04-22 00:37:01 +0000
committerKatsumi Yamaoka2011-04-22 00:37:01 +0000
commita6e77075d4056ce25269fe2797bf10de8e2af4a8 (patch)
tree8d0eb0cafccad77531cbd5a7e1597455178eb765 /lisp
parentc024b0212914973d24d6b6d579c5b1024861db57 (diff)
downloademacs-a6e77075d4056ce25269fe2797bf10de8e2af4a8.tar.gz
emacs-a6e77075d4056ce25269fe2797bf10de8e2af4a8.zip
gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to default.
gnus-registry.el: Mention in comments how to modify `gnus-extra-headers' for proper recipient tracking and that it may already have To and Cc recently, which it does as of this commit.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog8
-rw-r--r--lisp/gnus/gnus-registry.el3
-rw-r--r--lisp/gnus/gnus-sum.el2
3 files changed, 10 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 601f1823d96..57182504331 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,9 +1,15 @@
12011-04-21 Teodor Zlatanov <tzz@lifelogs.com> 12011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2 2
3 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4 default.
5
3 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el, 6 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4 not gnus-registry.el. 7 not gnus-registry.el.
5 8
6 * gnus-registry.el (gnus-registry-ignored-groups): Remove defcustom. 9 * gnus-registry.el: Mention in comments how to modify
10 `gnus-extra-headers' for proper recipient tracking and that it may
11 already have To and Cc recently, which it does as of this commit.
12 (gnus-registry-ignored-groups): Remove defcustom.
7 Explain why in comments. 13 Explain why in comments.
8 (gnus-registry-action): Fix data-header reference to use the extra 14 (gnus-registry-action): Fix data-header reference to use the extra
9 headers. Explain in package commentary how to add To and Cc headers to 15 headers. Explain in package commentary how to add To and Cc headers to
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el
index 68c6e0a2678..f0b1f186541 100644
--- a/lisp/gnus/gnus-registry.el
+++ b/lisp/gnus/gnus-registry.el
@@ -35,7 +35,8 @@
35 35
36;; If you want to track recipients (and you should to make the 36;; If you want to track recipients (and you should to make the
37;; gnus-registry splitting work better), you need the To and Cc 37;; gnus-registry splitting work better), you need the To and Cc
38;; headers collected by Gnus: 38;; headers collected by Gnus. Note that in more recent Gnus versions
39;; this is already the case: look at `gnus-extra-headers' to be sure.
39 40
40;; ;;; you may also want Gcc Newsgroups Keywords X-Face 41;; ;;; you may also want Gcc Newsgroups Keywords X-Face
41;; (add-to-list 'gnus-extra-headers 'To) 42;; (add-to-list 'gnus-extra-headers 'To)
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index d023bc5bb63..b6a3860a81f 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -1128,7 +1128,7 @@ which it may alter in any way."
1128 'mail-decode-encoded-address-string 1128 'mail-decode-encoded-address-string
1129 "Function used to decode addresses with encoded words.") 1129 "Function used to decode addresses with encoded words.")
1130 1130
1131(defcustom gnus-extra-headers '(To Newsgroups) 1131(defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups)
1132 "*Extra headers to parse." 1132 "*Extra headers to parse."
1133 :version "21.1" 1133 :version "21.1"
1134 :group 'gnus-summary 1134 :group 'gnus-summary