Variable: gnus-bookmark-bookmark-details
gnus-bookmark-bookmark-details is a customizable variable defined in
gnus-bookmark.el.gz.
Value
(author subject date group annotation)
Documentation
Details to be shown with gnus-bookmark-bmenu-show-details.
The default value is (author subject date group annotation).
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-bookmark.el.gz
(defcustom gnus-bookmark-bookmark-details
'(author subject date group annotation)
"Details to be shown with `gnus-bookmark-bmenu-show-details'.
The default value is \(author subject date group annotation)."
:type '(list :tag "Gnus bookmark details"
(set :inline t
(const :tag "Author" author)
(const :tag "Subject" subject)
(const :tag "Date" date)
(const :tag "Group" group)
(const :tag "Message-id" message-id)
(const :tag "Annotation" annotation))))