Variable: gnus-mark-copied-or-moved-articles-as-expirable

gnus-mark-copied-or-moved-articles-as-expirable is a customizable variable defined in gnus-sum.el.gz.

Value

nil

Documentation

If non-nil, mark articles copied or moved to auto-expire group as expirable.

If nil, the expirable marks will be unchanged except that the marks will be removed when copying or moving articles to a group that has not turned auto-expire on. If non-nil, articles that have been read will be marked as expirable when being copied or moved to a group in which auto-expire is turned on.

This variable was added, or its default value changed, in Emacs 23.2.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-mark-copied-or-moved-articles-as-expirable nil
  "If non-nil, mark articles copied or moved to auto-expire group as expirable.
If nil, the expirable marks will be unchanged except that the marks
will be removed when copying or moving articles to a group that has
not turned auto-expire on.  If non-nil, articles that have been read
will be marked as expirable when being copied or moved to a group in
which auto-expire is turned on."
  :version "23.2"
  :type 'boolean
  :group 'gnus-summary-marks)