From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.229.71 with SMTP id jh7cs200777icb; Thu, 20 Jan 2011 03:15:43 -0800 (PST) Received: by 10.224.73.206 with SMTP id r14mr1750279qaj.353.1295522143397; Thu, 20 Jan 2011 03:15:43 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id e5si16619195qck.84.2011.01.20.03.15.43; Thu, 20 Jan 2011 03:15:43 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id E56F218583AE; Thu, 20 Jan 2011 06:15:42 -0500 (EST) Received: from dmz-mailsec-scanner-4.mit.edu (DMZ-MAILSEC-SCANNER-4.MIT.EDU [18.9.25.15]) by rubyforge.org (Postfix) with ESMTP id A15921858321 for ; Thu, 20 Jan 2011 05:53:39 -0500 (EST) X-AuditID: 1209190f-b7c1dae000000a2b-99-4d3814330159 Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-4.mit.edu (Symantec Brightmail Gateway) with SMTP id 56.78.02603.334183D4; Thu, 20 Jan 2011 05:53:39 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id p0KArc6Y004639; Thu, 20 Jan 2011 05:53:38 -0500 Received: from localhost (ool-44c4de0a.dyn.optonline.net [68.196.222.10]) (authenticated bits=0) (User authenticated as ezyang@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id p0KAraZG016976; Thu, 20 Jan 2011 05:53:37 -0500 (EST) From: "Edward Z. Yang" To: Damien Leone In-reply-to: <1295471328-sup-9770@mailer> References: <1295445524-sup-9310@ezyang> <1295467127-sup-6602@medusa> <1295471328-sup-9770@mailer> Date: Thu, 20 Jan 2011 05:53:36 -0500 Message-Id: <1295520737-sup-176@ezyang> User-Agent: Sup/git X-Brightmail-Tracker: AAAAAQCq+Kk= Cc: sup-devel Subject: Re: [sup-devel] Strange maildir/OfflineImap/maildir-sync behavior X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org I have a theory for why this occurs: when we mark mail read on maildir, it gets moved from new to cur, IIRC? So if Sup's state doesn't get adequately updated, an old buffer could try to look at the old location. This should be easily verifiable by looking at the console messages. Edward _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel