Variable: rmail-output-reset-deleted-flag

rmail-output-reset-deleted-flag is a customizable variable defined in rmailout.el.gz.

Value

nil

Documentation

Non-nil means reset the "deleted" flag when outputting a message to a file.

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

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailout.el.gz
(defcustom rmail-output-reset-deleted-flag nil
  "Non-nil means reset the \"deleted\" flag when outputting a message to a file."
  :type '(choice (const :tag "Output with the \"deleted\" flag reset" t)
                 (const :tag "Output with the \"deleted\" flag intact" nil))
  :version "27.1"
  :group 'rmail-output)