From c1209b976af97047fb39bb59eeacdf0ec26ed20c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 31 Aug 2007 09:33:28 +0000 Subject: [PATCH] (Rmail Sorting): Improve indexing. --- man/ChangeLog | 4 ++++ man/rmail.texi | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/man/ChangeLog b/man/ChangeLog index 04ccb80f6e0..3341e81f556 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-08-31 Eli Zaretskii + + * rmail.texi (Rmail Sorting): Improve indexing. + 2007-08-24 IRIE Tetsuya (tiny change) * message.texi (MIME): Replace mml-attach with mml-attach-file. diff --git a/man/rmail.texi b/man/rmail.texi index 7c36a31ff18..9ccdffedca1 100644 --- a/man/rmail.texi +++ b/man/rmail.texi @@ -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 -- 2.39.2