diff doc/emacs/rmail.texi @ 102401:5c428a8f05ab

(Rmail Motion): Mention rmail-next-same-subject. (Rmail Display): Mention rmail-mime.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Mar 2009 03:40:00 +0000
parents 157bdf35840d
children 6afe784c0226
line wrap: on
line diff
--- a/doc/emacs/rmail.texi	Wed Mar 04 21:21:25 2009 +0000
+++ b/doc/emacs/rmail.texi	Thu Mar 05 03:40:00 2009 +0000
@@ -153,6 +153,12 @@
 @item M-p
 Move to the previous message, including deleted messages
 (@code{rmail-previous-message}).
+@item C-c C-n
+Move to the next message with the same subject as the current one
+(@code{rmail-next-same-subject}).
+@item C-c C-p
+Move to the previous message with the same subject as the current one
+(@code{rmail-previous-same-subject}).
 @item j
 Move to the first message.  With argument @var{n}, move to
 message number @var{n} (@code{rmail-show-message}).
@@ -210,6 +216,17 @@
   It is also possible to search for a message based on labels.
 @xref{Rmail Labels}.
 
+@kindex C-c C-n @r{(Rmail)}
+@kindex C-c C-p @r{(Rmail)}
+@findex rmail-next-same-subject
+@findex rmail-previous-same-subject
+  The @kbd{C-c C-n} (@code{rmail-next-same-subject}) command moves to
+the next message with the same subject as the current one.  A prefix
+argument serves as a repeat count.  With a negative argument, this
+command moves backward, acting like @kbd{C-c C-p}
+(@code{rmail-previous-same-subject}).  When comparaing subjects, these
+commands ignore the typical prefixes added to the subjects of replies.
+
 @kindex j @r{(Rmail)}
 @kindex > @r{(Rmail)}
 @kindex < @r{(Rmail)}
@@ -1135,6 +1152,13 @@
 (or @kbd{Mouse-1} quickly) or by moving to one and typing @kbd{C-c
 @key{RET}}.  @xref{Goto Address mode, Activating URLs, Activating URLs}.
 
+@cindex MIME messages (Rmail)
+@findex rmail-mime
+@kindex v @r{(Rmail)}
+  The @kbd{v} (@code{rmail-mime}) command creates a temporary buffer
+displaying the current MIME message.  By default, it displays plain text
+and multipart messages, and offers buttons to save attachments.
+
 @node Rmail Coding
 @section Rmail and Coding Systems