From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68155 Path: news.gmane.org!not-for-mail From: Bjorn Solberg Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: IMAP and Exchange 2007 - imap-fetch-safe Date: Tue, 13 Jan 2009 10:28:56 -0800 Message-ID: References: <87iqphil5p.fsf@liv.ac.uk> <87ocz3n8d4.fsf@marauder.physik.uni-ulm.de> <87iqpa99wy.fsf@liv.ac.uk> <87wsde7t5j.fsf_-_@marauder.physik.uni-ulm.de> <86mye95p27.fsf@lifelogs.com> <878wpt48qj.fsf@marauder.physik.uni-ulm.de> <86d4eyvryx.fsf@lifelogs.com> <878wplcxws.fsf@marauder.physik.uni-ulm.de> <87k58za3q8.fsf@liv.ac.uk> <87k58zm99o.fsf_-_@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231871447 5427 80.91.229.12 (13 Jan 2009 18:30:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2009 18:30:47 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org, Simon Josefsson To: Dave Love Original-X-From: ding-owner+M16599@lists.math.uh.edu Tue Jan 13 19:31:59 2009 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 1LMo2o-0004Mj-Mq for ding-account@gmane.org; Tue, 13 Jan 2009 19:31:19 +0100 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 1LMo1A-0006WA-Bu; Tue, 13 Jan 2009 12:29:36 -0600 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 1LMo19-0006Vr-0y for ding@lists.math.uh.edu; Tue, 13 Jan 2009 12:29:35 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LMo16-0002OB-9l for ding@lists.math.uh.edu; Tue, 13 Jan 2009 12:29:34 -0600 Original-Received: from mail42.e.nsc.no ([193.213.115.42]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LMo1M-0005Pc-00 for ; Tue, 13 Jan 2009 19:29:49 +0100 Original-Received: from home.famsolberg.com (ti0187a340-dhcp0065.bb.online.no [88.90.247.66]) by mail42.nsc.no (8.13.8/8.13.5) with ESMTP id n0DISuYa008327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 13 Jan 2009 19:28:57 +0100 (MET) Original-Received: from home.famsolberg.com (maui53 [127.0.0.1]) by home.famsolberg.com (8.13.8/8.13.8) with ESMTP id n0DISuZj015261; Tue, 13 Jan 2009 10:28:56 -0800 Original-Received: (from bhso@localhost) by home.famsolberg.com (8.13.8/8.13.8/Submit) id n0DISuKq015260; Tue, 13 Jan 2009 10:28:56 -0800 In-Reply-To: <87k58zm99o.fsf_-_@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Tue, 13 Jan 2009 18:00:03 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Spam-Score: -2.2 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68155 gmane.emacs.devel:107825 Archived-At: Reiner Steib writes: > On Tue, Jan 13 2009, Dave Love wrote: >> I'm afraid there's something wrong with my fix, but it seems to be >> something like a race condition, and isn't consistently reproducible. > Bjorn Solberg reported that the fix wont work for him too: > See on ding, or > http://thread.gmane.org/gmane.emacs.gnus.general/68106/focus=68138 > where he posted the *imap-debug*" buffer. Note that it's only upon startup I am seeing trouble. Once Gnus has started and displays the group list, I can (setq imap-enable-exchange-bug-workaround nil) and everything still works fine, albeit slow. Fetching new mail and using nnimap-split-inbox '("INBOX") and nnimap-split-rule processes about 2s/header or 1/2 header/sec. Thunderbird seems to open folders and fetch headers from Exchange-2007 faster than Gnus also. Using Gnus and IMAP against GMail is fast though. Bjorn.