aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengHuo ZHU2003-01-16 23:10:22 +0000
committerShengHuo ZHU2003-01-16 23:10:22 +0000
commit0ab0f2d3a092f073a812a4a45bda575b4b60a928 (patch)
tree0c325d828a169ca321518982f16c061842f8bc92
parentf064f7c929f9790f7f7180f824a8810e3f9c4bbc (diff)
downloademacs-0ab0f2d3a092f073a812a4a45bda575b4b60a928.tar.gz
emacs-0ab0f2d3a092f073a812a4a45bda575b4b60a928.zip
* gnus-sum.el (gnus-alter-header-function): Add type and group.
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-sum.el5
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index d06c89100d6..d53ddd83a0e 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12003-01-16 ShengHuo ZHU <zsh@cs.rochester.edu>
2
3 * gnus-sum.el (gnus-alter-header-function): Add type and group.
4
12003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> 52003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
2 6
3 * gnus-agent.el: Don't use `path'. 7 * gnus-agent.el: Don't use `path'.
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 43543112b2c..0fc46a934e7 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -806,7 +806,10 @@ mark: The articles mark."
806(defcustom gnus-alter-header-function nil 806(defcustom gnus-alter-header-function nil
807 "Function called to allow alteration of article header structures. 807 "Function called to allow alteration of article header structures.
808The function is called with one parameter, the article header vector, 808The function is called with one parameter, the article header vector,
809which it may alter in any way.") 809which it may alter in any way."
810 :type '(choice (const :tag "None" nil)
811 function)
812 :group 'gnus-summary)
810 813
811(defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string 814(defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string
812 "Variable that says which function should be used to decode a string with encoded words.") 815 "Variable that says which function should be used to decode a string with encoded words.")