diff options
| author | ShengHuo ZHU | 2003-01-16 23:10:22 +0000 |
|---|---|---|
| committer | ShengHuo ZHU | 2003-01-16 23:10:22 +0000 |
| commit | 0ab0f2d3a092f073a812a4a45bda575b4b60a928 (patch) | |
| tree | 0c325d828a169ca321518982f16c061842f8bc92 | |
| parent | f064f7c929f9790f7f7180f824a8810e3f9c4bbc (diff) | |
| download | emacs-0ab0f2d3a092f073a812a4a45bda575b4b60a928.tar.gz emacs-0ab0f2d3a092f073a812a4a45bda575b4b60a928.zip | |
* gnus-sum.el (gnus-alter-header-function): Add type and group.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 5 |
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 @@ | |||
| 1 | 2003-01-16 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 2 | |||
| 3 | * gnus-sum.el (gnus-alter-header-function): Add type and group. | ||
| 4 | |||
| 1 | 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> | 5 | 2003-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. |
| 808 | The function is called with one parameter, the article header vector, | 808 | The function is called with one parameter, the article header vector, |
| 809 | which it may alter in any way.") | 809 | which 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.") |