aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorShengHuo ZHU <[email protected]>2003-01-16 23:10:22 +0000
committerShengHuo ZHU <[email protected]>2003-01-16 23:10:22 +0000
commit0ab0f2d3a092f073a812a4a45bda575b4b60a928 (patch)
tree0c325d828a169ca321518982f16c061842f8bc92 /lisp
parentf064f7c929f9790f7f7180f824a8810e3f9c4bbc (diff)
* gnus-sum.el (gnus-alter-header-function): Add type and group.
Diffstat (limited to 'lisp')
-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 d06c89100d..d53ddd83a0 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-16 ShengHuo ZHU <[email protected]>
+
+ * gnus-sum.el (gnus-alter-header-function): Add type and group.
+
2003-01-15 ShengHuo ZHU <[email protected]>
* gnus-agent.el: Don't use `path'.
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 43543112b2..0fc46a934e 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -806,7 +806,10 @@ mark: The articles mark."
(defcustom gnus-alter-header-function nil
"Function called to allow alteration of article header structures.
The function is called with one parameter, the article header vector,
-which it may alter in any way.")
+which it may alter in any way."
+ :type '(choice (const :tag "None" nil)
+ function)
+ :group 'gnus-summary)
(defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string
"Variable that says which function should be used to decode a string with encoded words.")