Function: gnus-topic-sort-groups-by-method

gnus-topic-sort-groups-by-method is an interactive and byte-compiled function defined in gnus-topic.el.gz.

Signature

(gnus-topic-sort-groups-by-method &optional REVERSE)

Documentation

Sort the current topic alphabetically by backend name.

If REVERSE, sort in reverse order.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-topic-sort-groups-by-method (&optional reverse)
  "Sort the current topic alphabetically by backend name.
If REVERSE, sort in reverse order."
  (interactive "P" gnus-topic-mode)
  (gnus-topic-sort-groups 'gnus-group-sort-by-method reverse))