From: ShengHuo ZHU Date: Thu, 16 Jan 2003 23:10:22 +0000 (+0000) Subject: * gnus-sum.el (gnus-alter-header-function): Add type and group. X-Git-Tag: ttn-vms-21-2-B4~11618 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ab0f2d3a092f073a812a4a45bda575b4b60a928;p=emacs.git * gnus-sum.el (gnus-alter-header-function): Add type and group. --- 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 @@ +2003-01-16 ShengHuo ZHU + + * gnus-sum.el (gnus-alter-header-function): Add type and group. + 2003-01-15 ShengHuo ZHU * 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." (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.")