comparison man/rmail.texi @ 78707:6f00c6d66cff

(Rmail Sorting): Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 31 Aug 2007 09:32:59 +0000
parents 4805684e0b00
children 02b9a9aa5b0c
comparison
equal deleted inserted replaced
78706:215313e73779 78707:6f00c6d66cff
953 (@code{rmail-summary-quit}) deletes the summary window, then exits from 953 (@code{rmail-summary-quit}) deletes the summary window, then exits from
954 Rmail by saving the Rmail file and switching to another buffer. 954 Rmail by saving the Rmail file and switching to another buffer.
955 955
956 @node Rmail Sorting 956 @node Rmail Sorting
957 @section Sorting the Rmail File 957 @section Sorting the Rmail File
958 @cindex sorting Rmail file
959 @cindex Rmail file sorting
958 960
959 @table @kbd 961 @table @kbd
962 @findex rmail-sort-by-date
960 @item M-x rmail-sort-by-date 963 @item M-x rmail-sort-by-date
961 Sort messages of current Rmail file by date. 964 Sort messages of current Rmail file by date.
962 965
966 @findex rmail-sort-by-subject
963 @item M-x rmail-sort-by-subject 967 @item M-x rmail-sort-by-subject
964 Sort messages of current Rmail file by subject. 968 Sort messages of current Rmail file by subject.
965 969
970 @findex rmail-sort-by-author
966 @item M-x rmail-sort-by-author 971 @item M-x rmail-sort-by-author
967 Sort messages of current Rmail file by author's name. 972 Sort messages of current Rmail file by author's name.
968 973
974 @findex rmail-sort-by-recipient
969 @item M-x rmail-sort-by-recipient 975 @item M-x rmail-sort-by-recipient
970 Sort messages of current Rmail file by recipient's names. 976 Sort messages of current Rmail file by recipient's names.
971 977
978 @findex rmail-sort-by-correspondent
972 @item M-x rmail-sort-by-correspondent 979 @item M-x rmail-sort-by-correspondent
973 Sort messages of current Rmail file by the name of the other 980 Sort messages of current Rmail file by the name of the other
974 correspondent. 981 correspondent.
975 982
983 @findex rmail-sort-by-lines
976 @item M-x rmail-sort-by-lines 984 @item M-x rmail-sort-by-lines
977 Sort messages of current Rmail file by size (number of lines). 985 Sort messages of current Rmail file by size (number of lines).
978 986
987 @findex rmail-sort-by-keywords
979 @item M-x rmail-sort-by-keywords @key{RET} @var{labels} @key{RET} 988 @item M-x rmail-sort-by-keywords @key{RET} @var{labels} @key{RET}
980 Sort messages of current Rmail file by labels. The argument 989 Sort messages of current Rmail file by labels. The argument
981 @var{labels} should be a comma-separated list of labels. The order of 990 @var{labels} should be a comma-separated list of labels. The order of
982 these labels specifies the order of messages; messages with the first 991 these labels specifies the order of messages; messages with the first
983 label come first, messages with the second label come second, and so on. 992 label come first, messages with the second label come second, and so on.