(Rmail Sorting): Improve indexing.
This commit is contained in:
parent
80ba12d7a4
commit
c1209b976a
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-08-31 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* rmail.texi (Rmail Sorting): Improve indexing.
|
||||
|
||||
2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
|
||||
|
||||
* message.texi (MIME): Replace mml-attach with mml-attach-file.
|
||||
|
|
|
@ -955,27 +955,36 @@ Rmail by saving the Rmail file and switching to another buffer.
|
|||
|
||||
@node Rmail Sorting
|
||||
@section Sorting the Rmail File
|
||||
@cindex sorting Rmail file
|
||||
@cindex Rmail file sorting
|
||||
|
||||
@table @kbd
|
||||
@findex rmail-sort-by-date
|
||||
@item M-x rmail-sort-by-date
|
||||
Sort messages of current Rmail file by date.
|
||||
|
||||
@findex rmail-sort-by-subject
|
||||
@item M-x rmail-sort-by-subject
|
||||
Sort messages of current Rmail file by subject.
|
||||
|
||||
@findex rmail-sort-by-author
|
||||
@item M-x rmail-sort-by-author
|
||||
Sort messages of current Rmail file by author's name.
|
||||
|
||||
@findex rmail-sort-by-recipient
|
||||
@item M-x rmail-sort-by-recipient
|
||||
Sort messages of current Rmail file by recipient's names.
|
||||
|
||||
@findex rmail-sort-by-correspondent
|
||||
@item M-x rmail-sort-by-correspondent
|
||||
Sort messages of current Rmail file by the name of the other
|
||||
correspondent.
|
||||
|
||||
@findex rmail-sort-by-lines
|
||||
@item M-x rmail-sort-by-lines
|
||||
Sort messages of current Rmail file by size (number of lines).
|
||||
|
||||
@findex rmail-sort-by-keywords
|
||||
@item M-x rmail-sort-by-keywords @key{RET} @var{labels} @key{RET}
|
||||
Sort messages of current Rmail file by labels. The argument
|
||||
@var{labels} should be a comma-separated list of labels. The order of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue