| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The C-c C-s (gnus-group-sort-groups) command sorts the
group buffer according to the function(s) given by the
gnus-group-sort-function variable. Available sorting functions
include:
gnus-group-sort-by-alphabetSort the group names alphabetically. This is the default.
gnus-group-sort-by-real-nameSort the group alphabetically on the real (unprefixed) group names.
gnus-group-sort-by-levelSort by group level.
gnus-group-sort-by-scoreSort by group score. See section Group Score.
gnus-group-sort-by-rankSort by group score and then the group level. The level and the score are, when taken together, the group’s rank. See section Group Score.
gnus-group-sort-by-unreadSort by number of unread articles.
gnus-group-sort-by-methodSort alphabetically on the select method.
gnus-group-sort-by-serverSort alphabetically on the Gnus server name.
gnus-group-sort-function can also be a list of sorting
functions. In that case, the most significant sort key function must be
the last one.
There are also a number of commands for sorting directly according to some sorting criteria:
Sort the group buffer alphabetically by group name
(gnus-group-sort-groups-by-alphabet).
Sort the group buffer by the number of unread articles
(gnus-group-sort-groups-by-unread).
Sort the group buffer by group level
(gnus-group-sort-groups-by-level).
Sort the group buffer by group score
(gnus-group-sort-groups-by-score). See section Group Score.
Sort the group buffer by group rank
(gnus-group-sort-groups-by-rank). See section Group Score.
Sort the group buffer alphabetically by back end name
(gnus-group-sort-groups-by-method).
Sort the group buffer alphabetically by real (unprefixed) group name
(gnus-group-sort-groups-by-real-name).
All the commands below obey the process/prefix convention (see section Process/Prefix).
When given a symbolic prefix (see section Symbolic Prefixes), all these commands will sort in reverse order.
You can also sort a subset of the groups:
Sort the groups alphabetically by group name
(gnus-group-sort-selected-groups-by-alphabet).
Sort the groups by the number of unread articles
(gnus-group-sort-selected-groups-by-unread).
Sort the groups by group level
(gnus-group-sort-selected-groups-by-level).
Sort the groups by group score
(gnus-group-sort-selected-groups-by-score). See section Group Score.
Sort the groups by group rank
(gnus-group-sort-selected-groups-by-rank). See section Group Score.
Sort the groups alphabetically by back end name
(gnus-group-sort-selected-groups-by-method).
Sort the groups alphabetically by real (unprefixed) group name
(gnus-group-sort-selected-groups-by-real-name).
Sort the groups according to gnus-group-sort-function.
And finally, note that you can use C-k and C-y to manually move groups around.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated on January 25, 2015 using texi2html 1.82.