[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24752: 26.0.50; Suppressing unavailable imap server
From: |
Michael Albinus |
Subject: |
bug#24752: 26.0.50; Suppressing unavailable imap server |
Date: |
Fri, 27 Apr 2018 13:46:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
Hi Lars,
>> 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.
Just tested, it works as expected. Thanks!
Best regards, Michael.