]> git.eshelyaron.com Git - emacs.git/commit
Use gnus-error to report mail-source failures
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 4 Dec 2021 20:37:14 +0000 (12:37 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 5 Dec 2021 17:34:15 +0000 (09:34 -0800)
commit19307704bd6e73a6740f60459a6b5b58203b6a2f
tree66bf6eb18cac734d7c9657693462f8029b66b609
parent25dc0d1de6e7770ff1109a434965fcff5202595d
Use gnus-error to report mail-source failures

* lisp/gnus/mail-source.el (mail-source-fetch): Instead of querying
the user on mail sources errors -- in effect asking "do you want to
continue, or halt the process?" -- log the error with `gnus-error',
severity 5. The query didn't provide any meaningful control; error
reporting is all that's needed.
(mail-source-ignore-errors): Obsolete this option; users can see the
error or not by configuring `gnus-verbose'.
* doc/misc/gnus.texi (Mail Source Customization): Remove mention of
the above option from the manual.
doc/misc/gnus.texi
etc/NEWS
lisp/gnus/mail-source.el