Mercurial > emacs
changeset 49283:735a1f4fc9e0
* gnus-sum.el (gnus-alter-header-function): Add type and group.
author | ShengHuo ZHU <zsh@cs.rochester.edu> |
---|---|
date | Thu, 16 Jan 2003 23:10:22 +0000 |
parents | 6a6be3d3a898 |
children | 84c362631906 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-sum.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Jan 16 19:46:00 2003 +0000 +++ b/lisp/gnus/ChangeLog Thu Jan 16 23:10:22 2003 +0000 @@ -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'.
--- a/lisp/gnus/gnus-sum.el Thu Jan 16 19:46:00 2003 +0000 +++ b/lisp/gnus/gnus-sum.el Thu Jan 16 23:10:22 2003 +0000 @@ -806,7 +806,10 @@ (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.")