emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/mh-e.texi,v


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/doc/misc/mh-e.texi,v
Date: Fri, 01 Aug 2008 04:47:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Bill Wohler <wohler>    08/08/01 04:47:41

Index: mh-e.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/mh-e.texi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- mh-e.texi   15 Jun 2008 02:17:13 -0000      1.8
+++ mh-e.texi   1 Aug 2008 04:47:41 -0000       1.9
@@ -1601,6 +1601,14 @@
 @item , (comma)
 Display message with all header fields (@code{mh-header-display}).
 @c -------------------------
address@hidden @samp{Message > Show Message with Preferred Alternative} menu 
item
address@hidden menu item, @samp{Message > Show Message with Preferred 
Alternative}
address@hidden : (colon)
address@hidden mh-show-preferred-alternative
address@hidden : (colon)
+Display message with the default preferred alternative
+(@code{mh-show-preferred-alternative}).
address@hidden -------------------------
 @kindex ; (semicolon)
 @findex mh-toggle-mh-decode-mime-flag
 @item ; (semicolon)
@@ -2479,6 +2487,15 @@
 the option @code{mm-discouraged-alternatives}, and add
 @samp{text/html}. The next best alternative, if any, will be shown.
 
address@hidden mh-show-preferred-alternative
address@hidden : (colon)
+
+Occasionally, though, you might want to see the preferred alternative.
+The command @kbd{:} (@code{mh-show-preferred-alternative}) displays
+the message with the default preferred alternative. This is as if
address@hidden is set to @samp{nil}. Use the
+command @key{RET} (@code{mh-show}) to show the message normally again.
+
 @kindex K i
 @findex mh-folder-inline-mime-part
 
@@ -3536,6 +3553,7 @@
 @kindex x
 @vindex mh-after-commands-processed-hook
 @vindex mh-before-commands-processed-hook
address@hidden mh-current-folder
 
 The command @kbd{x} runs @code{mh-before-commands-processed-hook}
 before the commands are processed and
@@ -3928,6 +3946,10 @@
 The following hooks are available.
 
 @vtable @code
address@hidden mh-annotate-msg-hook
+Hook run by @code{mh-annotate-msg} after annotation (default:
address@hidden).
address@hidden -------------------------
 @item mh-forward-hook
 Hook run by @code{mh-forward} on a forwarded letter (default:
 @code{nil}).
@@ -3937,8 +3959,19 @@
 @code{nil}).
 @end vtable
 
-The functions and options introduced here are explained in more detail
-in the following sections.
address@hidden mh-annotate-msg
address@hidden mh-annotate-list
address@hidden mh-annotate-msg-hook
address@hidden mh-current-folder
+
+A hook that is called whenever a message is sent and after the scan
+lines and message are annotated is @code{mh-annotate-msg-hook}. Hook
+functions can access the current folder name with
address@hidden and obtain the message numbers of the
+annotated messages with @code{mh-annotate-list}.
+
+The rest of the functions and options introduced here are explained in
+more detail in the following sections.
 
 @menu
 * Composing::
@@ -4268,6 +4301,9 @@
 people abhor). If you find that MH will not allow you to redistribute
 a message that has been redistributed before, turn off this option.
 
+The hook @code{mh-annotate-msg-hook} is run after annotating the
+message and scan line (@pxref{Sending Mail}).
+
 @node Editing Again,  , Redistributing, Sending Mail
 @section Editing Old Drafts and Bounced Messages
 
@@ -5620,6 +5656,9 @@
 in the MH book.} is installed under a different name, use
 @code{mh-send-prog} to tell MH-E the name.
 
+The hook @code{mh-annotate-msg-hook} is run after annotating the
+message and scan line (@pxref{Sending Mail}).
+
 @node Killing Draft,  , Sending Message, Editing Drafts
 @section Killing the Draft
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]