From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65057 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: closing all inactive server connections Date: Thu, 16 Aug 2007 10:32:06 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <87zm0tyr2r.fsf@mocca.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187278429 19302 80.91.229.12 (16 Aug 2007 15:33:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2007 15:33:49 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M13567@lists.math.uh.edu Thu Aug 16 17:33:46 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1ILhM1-0001lL-5W for ding-account@gmane.org; Thu, 16 Aug 2007 17:33:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1ILhL9-0007mK-6L; Thu, 16 Aug 2007 10:32:51 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1ILhL6-0007m1-9l for ding@lists.math.uh.edu; Thu, 16 Aug 2007 10:32:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1ILhL2-0008NC-9Q for ding@lists.math.uh.edu; Thu, 16 Aug 2007 10:32:48 -0500 Original-Received: from blockstar.com ([170.224.69.95] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ILhL1-0001nM-00 for ; Thu, 16 Aug 2007 17:32:43 +0200 Original-Received: from tzz (c-24-14-57-89.hsd1.il.comcast.net [24.14.57.89]) by mail.blockstar.com (Postfix) with ESMTP id 6FEE23F85A6; Thu, 16 Aug 2007 08:41:13 -0700 (PDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: Katsumi Yamaoka , ding@gnus.org In-Reply-To: <87zm0tyr2r.fsf@mocca.josefsson.org> (Simon Josefsson's message of "Wed, 15 Aug 2007 13:28:44 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (darwin) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65057 Archived-At: On Wed, 15 Aug 2007 13:28:44 +0200 Simon Josefsson wrote: SJ> Ted Zlatanov writes: >> Maybe it should be generalized, however, to an IMAP timeout per (server, >> group name, command) combination (as a regex or a function), so you can >> assign "LOGOUT" a longer timeout with a slower server. This could also >> be a server tuning parameter for nnimap instead of an imap.el parameter. SJ> Having the timeout be restricted to just LOGOUT seems to make more sense SJ> to me. If the server doesn't respond to a LOGOUT within a short period SJ> of time, one might as well disconnect. That's fine. So it should be imap-logout-timeouts, an alist of (server-regex seconds) cells. Agreed? Ted