Variable: feedmail-queue-runner-confirm-global
feedmail-queue-runner-confirm-global is a customizable variable
defined in feedmail.el.gz.
Value
nil
Documentation
If non-nil, give a y-or-n confirmation prompt before running the queue.
Prompt even if the queue is about to be processed as a result of a call to
feedmail-run-the-queue-no-prompts. This gives you a way to bail out
without having to answer no to the individual message prompts.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-queue-runner-confirm-global nil
"If non-nil, give a y-or-n confirmation prompt before running the queue.
Prompt even if the queue is about to be processed as a result of a call to
`feedmail-run-the-queue-no-prompts'. This gives you a way to bail out
without having to answer no to the individual message prompts."
:group 'feedmail-queue
:type 'boolean)