diff options
| -rw-r--r-- | lisp/mail/feedmail.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 4ebd2a19b42..2449adb5ee7 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -1521,6 +1521,9 @@ bail out with an appropriate answer to the global confirmation prompt." | |||
| 1521 | (interactive "p") | 1521 | (interactive "p") |
| 1522 | (let ((feedmail-queue-runner-confirm-global t)) (feedmail-run-the-queue arg))) | 1522 | (let ((feedmail-queue-runner-confirm-global t)) (feedmail-run-the-queue arg))) |
| 1523 | 1523 | ||
| 1524 | ;; letf fools the byte-compiler. | ||
| 1525 | (defvar file-name-buffer-file-type-alist) | ||
| 1526 | |||
| 1524 | ;;;###autoload | 1527 | ;;;###autoload |
| 1525 | (defun feedmail-run-the-queue (&optional arg) | 1528 | (defun feedmail-run-the-queue (&optional arg) |
| 1526 | "Visit each message in the feedmail queue directory and send it out. | 1529 | "Visit each message in the feedmail queue directory and send it out. |