Variable: gnus-confirm-treat-mail-like-news

gnus-confirm-treat-mail-like-news is a customizable variable defined in gnus-msg.el.gz.

Value

nil

Documentation

If non-nil, Gnus will treat mail like news with regard to confirmation when replying by mail. See the gnus-confirm-mail-reply-to-news variable for fine-tuning this. If nil, Gnus will never ask for confirmation if replying to mail.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defcustom gnus-confirm-treat-mail-like-news
  nil
  "If non-nil, Gnus will treat mail like news with regard to confirmation
when replying by mail.  See the `gnus-confirm-mail-reply-to-news' variable
for fine-tuning this.
If nil, Gnus will never ask for confirmation if replying to mail."
  :version "22.1"
  :group 'gnus-message
  :type 'boolean)