diff options
| author | Bill Wohler | 2008-08-01 04:48:08 +0000 |
|---|---|---|
| committer | Bill Wohler | 2008-08-01 04:48:08 +0000 |
| commit | bfe162634bea9e1216347a920fa5885366e427af (patch) | |
| tree | c095dc8825708571bbe5791b04c573abafc8e63a | |
| parent | d0f1af4d53ef1d729c8ba78883f4f789d30aed78 (diff) | |
| download | emacs-bfe162634bea9e1216347a920fa5885366e427af.tar.gz emacs-bfe162634bea9e1216347a920fa5885366e427af.zip | |
(Reading Mail)
(Viewing Attachments): Describe new function
mh-show-preferred-alternative.
(Sending Mail, Redistributing, Sending Message): Describe new hook
mh-annotate-msg-hook.
| -rw-r--r-- | doc/misc/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 43 |
2 files changed, 49 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 913aee36493..1ce8133fd22 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-08-01 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-e.texi (Reading Mail) | ||
| 4 | (Viewing Attachments): Describe new function | ||
| 5 | mh-show-preferred-alternative. | ||
| 6 | (Sending Mail, Redistributing, Sending Message): Describe new hook | ||
| 7 | mh-annotate-msg-hook. | ||
| 8 | |||
| 1 | 2008-07-31 Michael Albinus <michael.albinus@gmx.de> | 9 | 2008-07-31 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * dbus.texi (Arguments and Signatures): Fix example. | 11 | * dbus.texi (Arguments and Signatures): Fix example. |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 7c9a86ad657..9f781b55f5f 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -1601,6 +1601,14 @@ Display message (@code{mh-show}). | |||
| 1601 | @item , (comma) | 1601 | @item , (comma) |
| 1602 | Display message with all header fields (@code{mh-header-display}). | 1602 | Display message with all header fields (@code{mh-header-display}). |
| 1603 | @c ------------------------- | 1603 | @c ------------------------- |
| 1604 | @cindex @samp{Message > Show Message with Preferred Alternative} menu item | ||
| 1605 | @cindex menu item, @samp{Message > Show Message with Preferred Alternative} | ||
| 1606 | @kindex : (colon) | ||
| 1607 | @findex mh-show-preferred-alternative | ||
| 1608 | @item : (colon) | ||
| 1609 | Display message with the default preferred alternative | ||
| 1610 | (@code{mh-show-preferred-alternative}). | ||
| 1611 | @c ------------------------- | ||
| 1604 | @kindex ; (semicolon) | 1612 | @kindex ; (semicolon) |
| 1605 | @findex mh-toggle-mh-decode-mime-flag | 1613 | @findex mh-toggle-mh-decode-mime-flag |
| 1606 | @item ; (semicolon) | 1614 | @item ; (semicolon) |
| @@ -2479,6 +2487,15 @@ than the @samp{text/html} alternative. To do this in MH-E, customize | |||
| 2479 | the option @code{mm-discouraged-alternatives}, and add | 2487 | the option @code{mm-discouraged-alternatives}, and add |
| 2480 | @samp{text/html}. The next best alternative, if any, will be shown. | 2488 | @samp{text/html}. The next best alternative, if any, will be shown. |
| 2481 | 2489 | ||
| 2490 | @findex mh-show-preferred-alternative | ||
| 2491 | @kindex : (colon) | ||
| 2492 | |||
| 2493 | Occasionally, though, you might want to see the preferred alternative. | ||
| 2494 | The command @kbd{:} (@code{mh-show-preferred-alternative}) displays | ||
| 2495 | the message with the default preferred alternative. This is as if | ||
| 2496 | @code{mm-discouraged-alternatives} is set to @samp{nil}. Use the | ||
| 2497 | command @key{RET} (@code{mh-show}) to show the message normally again. | ||
| 2498 | |||
| 2482 | @kindex K i | 2499 | @kindex K i |
| 2483 | @findex mh-folder-inline-mime-part | 2500 | @findex mh-folder-inline-mime-part |
| 2484 | 2501 | ||
| @@ -3536,6 +3553,7 @@ you want to process refiles or deletes first and then either run | |||
| 3536 | @kindex x | 3553 | @kindex x |
| 3537 | @vindex mh-after-commands-processed-hook | 3554 | @vindex mh-after-commands-processed-hook |
| 3538 | @vindex mh-before-commands-processed-hook | 3555 | @vindex mh-before-commands-processed-hook |
| 3556 | @vindex mh-current-folder | ||
| 3539 | 3557 | ||
| 3540 | The command @kbd{x} runs @code{mh-before-commands-processed-hook} | 3558 | The command @kbd{x} runs @code{mh-before-commands-processed-hook} |
| 3541 | before the commands are processed and | 3559 | before the commands are processed and |
| @@ -3928,6 +3946,10 @@ On means the MH-Show buffer is displayed using @kbd{r} | |||
| 3928 | The following hooks are available. | 3946 | The following hooks are available. |
| 3929 | 3947 | ||
| 3930 | @vtable @code | 3948 | @vtable @code |
| 3949 | @item mh-annotate-msg-hook | ||
| 3950 | Hook run by @code{mh-annotate-msg} after annotation (default: | ||
| 3951 | @code{nil}). | ||
| 3952 | @c ------------------------- | ||
| 3931 | @item mh-forward-hook | 3953 | @item mh-forward-hook |
| 3932 | Hook run by @code{mh-forward} on a forwarded letter (default: | 3954 | Hook run by @code{mh-forward} on a forwarded letter (default: |
| 3933 | @code{nil}). | 3955 | @code{nil}). |
| @@ -3937,8 +3959,19 @@ Hook run by @code{mh-letter-mode} on a new letter (default: | |||
| 3937 | @code{nil}). | 3959 | @code{nil}). |
| 3938 | @end vtable | 3960 | @end vtable |
| 3939 | 3961 | ||
| 3940 | The functions and options introduced here are explained in more detail | 3962 | @findex mh-annotate-msg |
| 3941 | in the following sections. | 3963 | @vindex mh-annotate-list |
| 3964 | @vindex mh-annotate-msg-hook | ||
| 3965 | @vindex mh-current-folder | ||
| 3966 | |||
| 3967 | A hook that is called whenever a message is sent and after the scan | ||
| 3968 | lines and message are annotated is @code{mh-annotate-msg-hook}. Hook | ||
| 3969 | functions can access the current folder name with | ||
| 3970 | @code{mh-current-folder} and obtain the message numbers of the | ||
| 3971 | annotated messages with @code{mh-annotate-list}. | ||
| 3972 | |||
| 3973 | The rest of the functions and options introduced here are explained in | ||
| 3974 | more detail in the following sections. | ||
| 3942 | 3975 | ||
| 3943 | @menu | 3976 | @menu |
| 3944 | * Composing:: | 3977 | * Composing:: |
| @@ -4268,6 +4301,9 @@ in the MH book.} is compiled with the @sc{berk} option (which many | |||
| 4268 | people abhor). If you find that MH will not allow you to redistribute | 4301 | people abhor). If you find that MH will not allow you to redistribute |
| 4269 | a message that has been redistributed before, turn off this option. | 4302 | a message that has been redistributed before, turn off this option. |
| 4270 | 4303 | ||
| 4304 | The hook @code{mh-annotate-msg-hook} is run after annotating the | ||
| 4305 | message and scan line (@pxref{Sending Mail}). | ||
| 4306 | |||
| 4271 | @node Editing Again, , Redistributing, Sending Mail | 4307 | @node Editing Again, , Redistributing, Sending Mail |
| 4272 | @section Editing Old Drafts and Bounced Messages | 4308 | @section Editing Old Drafts and Bounced Messages |
| 4273 | 4309 | ||
| @@ -5620,6 +5656,9 @@ In case the MH @command{send} program@footnote{See the section | |||
| 5620 | in the MH book.} is installed under a different name, use | 5656 | in the MH book.} is installed under a different name, use |
| 5621 | @code{mh-send-prog} to tell MH-E the name. | 5657 | @code{mh-send-prog} to tell MH-E the name. |
| 5622 | 5658 | ||
| 5659 | The hook @code{mh-annotate-msg-hook} is run after annotating the | ||
| 5660 | message and scan line (@pxref{Sending Mail}). | ||
| 5661 | |||
| 5623 | @node Killing Draft, , Sending Message, Editing Drafts | 5662 | @node Killing Draft, , Sending Message, Editing Drafts |
| 5624 | @section Killing the Draft | 5663 | @section Killing the Draft |
| 5625 | 5664 | ||