Variable: gnus-agent-expire-all

gnus-agent-expire-all is a customizable variable defined in gnus-agent.el.gz.

Value

nil

Documentation

If non-nil, also expire unread, ticked and dormant articles.

If nil, only read articles will be expired.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defcustom gnus-agent-expire-all nil
  "If non-nil, also expire unread, ticked and dormant articles.
If nil, only read articles will be expired."
  :group 'gnus-agent
  :type 'boolean)