Function: feedmail-run-the-queue-no-prompts
feedmail-run-the-queue-no-prompts is an autoloaded, interactive and
byte-compiled function defined in feedmail.el.gz.
Signature
(feedmail-run-the-queue-no-prompts &optional ARG)
Documentation
Like feedmail-run-the-queue, but suppress confirmation prompts.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
;;;###autoload
(defun feedmail-run-the-queue-no-prompts (&optional arg)
"Like `feedmail-run-the-queue', but suppress confirmation prompts."
(interactive "p")
(feedmail-say-debug ">in-> feedmail-run-the-queue-no-prompts")
(let ((feedmail-confirm-outgoing nil)) (feedmail-run-the-queue arg)))