From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64683 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.emacs.gnus.general Subject: Re: sluggish IMAP updating? Date: Thu, 24 May 2007 11:43:18 -0400 Message-ID: References: <87wsyyzb9p.fsf@mocca.josefsson.org> <87veeixo5j.fsf@mocca.josefsson.org> <87myzuxna4.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 1180021425 17463 80.91.229.12 (24 May 2007 15:43:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 May 2007 15:43:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13194@lists.math.uh.edu Thu May 24 17:43:40 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 1HrFTW-0008BX-2n for ding-account@gmane.org; Thu, 24 May 2007 17:43:38 +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 1HrFTJ-00045P-Fm; Thu, 24 May 2007 10:43:25 -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 1HrFTH-00044x-Ef for ding@lists.math.uh.edu; Thu, 24 May 2007 10:43:23 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1HrFTE-0001DF-7P for ding@lists.math.uh.edu; Thu, 24 May 2007 10:43:23 -0500 Original-Received: from linuxpal.mit.edu ([18.62.1.14]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HrFTC-0003rV-00 for ; Thu, 24 May 2007 17:43:18 +0200 Original-Received: by linuxpal.mit.edu (Postfix, from userid 9545) id B692F16DEA; Thu, 24 May 2007 11:43:18 -0400 (EDT) In-Reply-To: <87myzuxna4.fsf@mocca.josefsson.org> (Simon Josefsson's message of "Thu, 24 May 2007 17:18:59 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (berkeley-unix) X-Hashcash: 1:20:070524:ding@gnus.org::dVhYj2RXfe3ZMPSb:000036lT X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64683 Archived-At: Simon Josefsson writes: >> I see your point, but the RFC says "MUST NOT" use STATUS on a selected >> mailbox to check for new mail. > > RFC 2060 didn't, and nnimap was written for that RFC. Ideally, someone > could revise nnimap to make it more modern. sorry - didn't mean to be critical of the code as written, just that given that the spec has changed it is now not the right behavior. > Alternatively use something like the IDLE extension. Or issue a NOOP. IDLE is probably the coolest thing - that seems to be what most clients use. > Heads up: if anyone notices that nnimap has become significantly slower > and/or some new IMAP is showing up that can be traced to this change, > let us know! Thanks for the analysis and making the change - we'll see what happens. Greg