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-alphabet
gnus-group-sort-by-real-name
gnus-group-sort-by-level
gnus-group-sort-by-score
gnus-group-sort-by-rank
gnus-group-sort-by-unread
gnus-group-sort-by-method
gnus-group-sort-by-server
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:
gnus-group-sort-groups-by-alphabet
).
gnus-group-sort-groups-by-unread
).
gnus-group-sort-groups-by-level
).
gnus-group-sort-groups-by-score
). See section 2.7 Group Score.
gnus-group-sort-groups-by-rank
). See section 2.7 Group Score.
gnus-group-sort-groups-by-method
).
All the commands below obey the process/prefix convention (see section 8.1 Process/Prefix).
When given a symbolic prefix (see section 8.3 Symbolic Prefixes), all these commands will sort in reverse order.
You can also sort a subset of the groups:
gnus-group-sort-selected-groups-by-alphabet
).
gnus-group-sort-selected-groups-by-unread
).
gnus-group-sort-selected-groups-by-level
).
gnus-group-sort-selected-groups-by-score
). See section 2.7 Group Score.
gnus-group-sort-selected-groups-by-rank
). See section 2.7 Group Score.
gnus-group-sort-selected-groups-by-method
).
And finally, note that you can use C-k and C-y to manually move groups around.
Go to the first, previous, next, last section, table of contents.