gnus: Topic Sorting

 
 2.16.3 Topic Sorting
 --------------------
 
 You can sort the groups in each topic individually with the following
 commands:
 
 ‘T S a’
      Sort the current topic alphabetically by group name
      (‘gnus-topic-sort-groups-by-alphabet’).
 
 ‘T S u’
      Sort the current topic by the number of unread articles
      (‘gnus-topic-sort-groups-by-unread’).
 
 ‘T S l’
      Sort the current topic by group level
      (‘gnus-topic-sort-groups-by-level’).
 
 ‘T S v’
      Sort the current topic by group score
      (‘gnus-topic-sort-groups-by-score’).  SeeGroup Score.
 
 ‘T S r’
      Sort the current topic by group rank
      (‘gnus-topic-sort-groups-by-rank’).  SeeGroup Score.
 
 ‘T S m’
      Sort the current topic alphabetically by back end name
      (‘gnus-topic-sort-groups-by-method’).
 
 ‘T S e’
      Sort the current topic alphabetically by server name
      (‘gnus-topic-sort-groups-by-server’).
 
 ‘T S s’
      Sort the current topic according to the function(s) given by the
      ‘gnus-group-sort-function’ variable (‘gnus-topic-sort-groups’).
 
    When given a prefix argument, all these commands will sort in reverse
 order.  SeeSorting Groups, for more information about group
 sorting.