]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-sum.el (gnus-alter-header-function): Add type and group.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 16 Jan 2003 23:10:22 +0000 (23:10 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 16 Jan 2003 23:10:22 +0000 (23:10 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index d06c89100d61868c99ac93e52198957116480449..d53ddd83a0e59bd594e948cf1193d2f181ae5338 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-alter-header-function): Add type and group.
+
 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-agent.el: Don't use `path'.
index 43543112b2c75b9aead9bcda11e313acbf16feb9..0fc46a934e71548e020d0a5f834780d4629baba0 100644 (file)
@@ -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.")