From 505e70c3db5f710e2ba1fdbfe405d32008d192a1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 5 Mar 2009 03:40:00 +0000 Subject: [PATCH] (Rmail Motion): Mention rmail-next-same-subject. (Rmail Display): Mention rmail-mime. --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/rmail.texi | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 191fe22d4ad..977e8e04459 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2009-03-05 Glenn Morris + + * rmail.texi (Rmail Motion): Mention rmail-next-same-subject. + (Rmail Display): Mention rmail-mime. + 2009-03-04 Glenn Morris * rmail.texi (Rmail Sorting): Add the keybindings associated with each diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index d617e4ea0ea..5efa171f01b 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -153,6 +153,12 @@ Move to the next message, including deleted messages @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 @@ begins searching from the end of the previous message. 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 @@ Then you can browse these URLs by clicking on them with @kbd{Mouse-2} (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 -- 2.39.2