From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#24752: 26.0.50; Suppressing unavailable imap server Date: Thu, 12 Apr 2018 22:13:47 +0200 Message-ID: <87in8wmbd0.fsf@mouse.gnus.org> References: <87y41irqk9.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1523563929 15001 195.159.176.226 (12 Apr 2018 20:12:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2018 20:12:09 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 24752@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 12 22:12:04 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f6iZg-0003hs-3f for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Apr 2018 22:12:04 +0200 Original-Received: from localhost ([::1]:39978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6ibk-0001Ph-Uq for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Apr 2018 16:14:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6ibe-0001PD-8B for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2018 16:14:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6iba-0003lI-6c for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2018 16:14:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:40676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6iba-0003l8-2a for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2018 16:14:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f6ibZ-0004yM-Mc; Thu, 12 Apr 2018 16:14:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Thu, 12 Apr 2018 20:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24752 X-GNU-PR-Package: emacs,gnus X-GNU-PR-Keywords: Original-Received: via spool by 24752-submit@debbugs.gnu.org id=B24752.152356403919093 (code B ref 24752); Thu, 12 Apr 2018 20:14:01 +0000 Original-Received: (at 24752) by debbugs.gnu.org; 12 Apr 2018 20:13:59 +0000 Original-Received: from localhost ([127.0.0.1]:48572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f6ibX-0004xt-2y for submit@debbugs.gnu.org; Thu, 12 Apr 2018 16:13:59 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:38735) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f6ibV-0004xj-Gp for 24752@debbugs.gnu.org; Thu, 12 Apr 2018 16:13:58 -0400 Original-Received: from 46.67.12.60.tmi.telenormobil.no ([46.67.12.60] helo=corrigan) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1f6ibS-0007PM-L9; Thu, 12 Apr 2018 22:13:56 +0200 Original-Received: from larsi by corrigan with local (Exim 4.89) (envelope-from ) id 1f6ibM-0006GS-3R; Thu, 12 Apr 2018 22:13:48 +0200 In-Reply-To: <87y41irqk9.fsf@gmx.de> (Michael Albinus's message of "Fri, 21 Oct 2016 11:37:10 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:145204 Archived-At: Michael Albinus 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