Variable: gnus-bookmark-sort-flag
gnus-bookmark-sort-flag is a customizable variable defined in
gnus-bookmark.el.gz.
Value
t
Documentation
Non-nil means Gnus bookmarks are sorted by bookmark names.
Otherwise they will be displayed in LIFO order (that is, most recently set ones come first, oldest ones come last).
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-bookmark.el.gz
(defcustom gnus-bookmark-sort-flag t
"Non-nil means Gnus bookmarks are sorted by bookmark names.
Otherwise they will be displayed in LIFO order (that is,
most recently set ones come first, oldest ones come last)."
:type 'boolean)