diff options
| -rw-r--r-- | lisp/mh-e/mh-e.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 71454181901..c022e1d354a 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -3081,9 +3081,10 @@ folder, which is also available in `mh-current-folder'." | |||
| 3081 | :package-version '(MH-E . "8.0")) | 3081 | :package-version '(MH-E . "8.0")) |
| 3082 | 3082 | ||
| 3083 | (defcustom-mh mh-annotate-msg-hook nil | 3083 | (defcustom-mh mh-annotate-msg-hook nil |
| 3084 | "Hook run by `mh-annotate-msg' after annotation. | 3084 | "Hook run whenever a message is sent and after the scan lines and message are annotated. |
| 3085 | Variables that are useful in this hook include `mh-current-folder', | 3085 | Hook functions can access the current folder name with |
| 3086 | the current folder, and `mh-annotate-list', the messages annotated." | 3086 | `mh-current-folder' and obtain the message numbers of the |
| 3087 | annotated messages with `mh-annotate-list'." | ||
| 3087 | :type 'hook | 3088 | :type 'hook |
| 3088 | :group 'mh-hooks | 3089 | :group 'mh-hooks |
| 3089 | :group 'mh-sending-mail | 3090 | :group 'mh-sending-mail |