Variable: mail-source-ignore-errors
mail-source-ignore-errors is a customizable variable defined in
mail-source.el.gz.
Value
nil
Documentation
Ignore errors when querying mail sources.
If nil, the user will be prompted when an error occurs. If non-nil, the error will be ignored.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mail-source.el.gz
(defcustom mail-source-ignore-errors nil
"Ignore errors when querying mail sources.
If nil, the user will be prompted when an error occurs. If non-nil,
the error will be ignored."
:version "22.1"
:type 'boolean)