From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68156 Path: news.gmane.org!not-for-mail From: Bjorn Solberg Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP and Exchange 2007 - imap-fetch-safe Date: Tue, 13 Jan 2009 12:18:18 -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 1231877990 30978 80.91.229.12 (13 Jan 2009 20:19:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2009 20:19:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16600@lists.math.uh.edu Tue Jan 13 21:21:01 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 1LMpky-0006FT-Fi for ding-account@gmane.org; Tue, 13 Jan 2009 21:21:00 +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 1LMpiz-00071Z-BL; Tue, 13 Jan 2009 14:18:57 -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 1LMpix-00071A-8W for ding@lists.math.uh.edu; Tue, 13 Jan 2009 14:18:55 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LMpiu-0002ns-EP for ding@lists.math.uh.edu; Tue, 13 Jan 2009 14:18:55 -0600 Original-Received: from mail48.e.nsc.no ([193.213.115.48]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LMpjB-0006or-00 for ; Tue, 13 Jan 2009 21:19:09 +0100 Original-Received: from home.famsolberg.com (ti0187a340-dhcp0065.bb.online.no [88.90.247.66]) by mail48.nsc.no (8.13.8/8.13.5) with ESMTP id n0DKIJSG005009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 13 Jan 2009 21:18:20 +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 n0DKIIhh022355 for ; Tue, 13 Jan 2009 12:18:19 -0800 Original-Received: (from bhso@localhost) by home.famsolberg.com (8.13.8/8.13.8/Submit) id n0DKIIIG022354; Tue, 13 Jan 2009 12:18:18 -0800 In-Reply-To: (Bjorn Solberg's message of "Tue, 13 Jan 2009 10:28:56 -0800") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68156 Archived-At: Bjorn Solberg writes: > 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. [...] I take that back. The Gcc: still causes The specified message set is invalid. Couldn't store article in group xxx: The specified message set is invalid. to be displayed in the minibuffer when I send the message. The message still makes it to the folder, though, so the message is bogus since it could store the article after all. Having (setq imap-enable-exchange-bug-workaround t) gives no such message in the minibuffer.