emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs ChangeLog rmail.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog rmail.texi
Date: Thu, 05 Mar 2009 03:40:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/03/05 03:40:01

Modified files:
        doc/emacs      : ChangeLog rmail.texi 

Log message:
        (Rmail Motion): Mention rmail-next-same-subject.
        (Rmail Display): Mention rmail-mime.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.297&r2=1.298
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/rmail.texi?cvsroot=emacs&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -b -r1.297 -r1.298
--- ChangeLog   4 Mar 2009 04:15:38 -0000       1.297
+++ ChangeLog   5 Mar 2009 03:40:00 -0000       1.298
@@ -1,3 +1,8 @@
+2009-03-05  Glenn Morris  <address@hidden>
+
+       * rmail.texi (Rmail Motion): Mention rmail-next-same-subject.
+       (Rmail Display): Mention rmail-mime.
+
 2009-03-04  Glenn Morris  <address@hidden>
 
        * rmail.texi (Rmail Sorting): Add the keybindings associated with each

Index: rmail.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/rmail.texi,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- rmail.texi  4 Mar 2009 04:15:39 -0000       1.16
+++ rmail.texi  5 Mar 2009 03:40:00 -0000       1.17
@@ -153,6 +153,12 @@
 @item M-p
 Move to the previous message, including deleted messages
 (@code{rmail-previous-message}).
address@hidden C-c C-n
+Move to the next message with the same subject as the current one
+(@code{rmail-next-same-subject}).
address@hidden 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}.
 
address@hidden C-c C-n @r{(Rmail)}
address@hidden C-c C-p @r{(Rmail)}
address@hidden rmail-next-same-subject
address@hidden 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}.
 
address@hidden MIME messages (Rmail)
address@hidden rmail-mime
address@hidden 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
 




reply via email to

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