From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74875 Path: news.gmane.org!not-for-mail From: david.goldberg6@verizon.net (Dave Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: gcc-mark-as-read sometimes broken on Exchange Date: Wed, 08 Dec 2010 14:50:53 -0500 Message-ID: <84bp4w82n6.fsf@davestoy.home> References: <84aakq4oh8.fsf@davestoy.home> <84d3pehbbt.fsf@davestoy.home> <84sjy9909t.fsf@davestoy.home> <84oc8x8n52.fsf@davestoy.home> <84k4jl8mqd.fsf@davestoy.home> <84fwu98c8p.fsf@davestoy.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291837891 11513 80.91.229.12 (8 Dec 2010 19:51:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 19:51:31 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23231@lists.math.uh.edu Wed Dec 08 20:51:27 2010 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.69) (envelope-from ) id 1PQQ2v-000766-H1 for ding-account@gmane.org; Wed, 08 Dec 2010 20:51:25 +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 1PQQ2u-0004Mz-J3; Wed, 08 Dec 2010 13:51:24 -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 1PQQ2t-0004Mm-Fj for ding@lists.math.uh.edu; Wed, 08 Dec 2010 13:51:23 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PQQ2s-0000sk-4S for ding@lists.math.uh.edu; Wed, 08 Dec 2010 13:51:23 -0600 Original-Received: from vms173019pub.verizon.net ([206.46.173.19]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PQQ2r-0007fY-00 for ; Wed, 08 Dec 2010 20:51:21 +0100 Original-Received: from davestoy.home.verizon.net ([unknown] [173.48.216.252]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LD400ALAKGE0LO2@vms173019.mailsrvcs.net> for ding@gnus.org; Wed, 08 Dec 2010 13:50:39 -0600 (CST) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: <84fwu98c8p.fsf@davestoy.home> (Dave Goldberg's message of "Tue, 07 Dec 2010 17:11:18 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.22 (linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74875 Archived-At: > It appears to be some sort of race condition. If I step through > nnimap-find-article-by-message-id I succeed all the time. If I get > impatient and press 'c' to continue through the function without > stopping then some percentage of the time (I didn't really keep track) > the function returns nil. Maybe it's not quite that bad. I just noticed the following in my message log after a failure: Result: (("BAD" "Command" "received" "in" "Invalid" "state.")) This at this spot in nnimap-find-article-by-message-id: (when (and result (car (setq result (nnimap-parse-response)))) So perhaps something is going wrong with the connection to the Exchange server after the successful APPEND? How would I check for that? The *nnimap ...* buffer seems to get erased before the attempt at the search. Thanks, -- Dave Goldberg david.goldberg6@verizon.net