mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
(Rmail Motion): Mention rmail-next-same-subject.
(Rmail Display): Mention rmail-mime.
This commit is contained in:
parent
2f462d73e7
commit
505e70c3db
@ -1,3 +1,8 @@
|
||||
2009-03-05 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* rmail.texi (Rmail Motion): Mention rmail-next-same-subject.
|
||||
(Rmail Display): Mention rmail-mime.
|
||||
|
||||
2009-03-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* rmail.texi (Rmail Sorting): Add the keybindings associated with each
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user