# HG changeset patch # User Glenn Morris # Date 1236224400 0 # Node ID 5c428a8f05ab8d7c53eab9ac3b27680261234cb4 # Parent 934376007cef98039d6ba9b6ccf6ae90f01652c3 (Rmail Motion): Mention rmail-next-same-subject. (Rmail Display): Mention rmail-mime. diff -r 934376007cef -r 5c428a8f05ab doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Wed Mar 04 21:21:25 2009 +0000 +++ b/doc/emacs/ChangeLog Thu Mar 05 03:40:00 2009 +0000 @@ -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 -r 934376007cef -r 5c428a8f05ab doc/emacs/rmail.texi --- 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