bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24752: 26.0.50; Suppressing unavailable imap server


From: Lars Ingebrigtsen
Subject: bug#24752: 26.0.50; Suppressing unavailable imap server
Date: Thu, 12 Apr 2018 22:13:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Michael Albinus <michael.albinus@gmx.de> writes:

> I would appreciate if there would be a way to set a status of
> "unavailable" to a server. A simple check (a Lisp function provided by
> me) shall be possible to deal with this when connecting. And/or there
> shall be a simple configuration mean to configure the timeout until a
> server is marked as unavailable; 2 minutes is much too long in my case.

Doing something like

(push '((nnimap "imap.gmail.com") denied) gnus-opened-servers)

in your .gnus.el will make Gnus never try to contact it.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]