Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 747114196F3 for ; Thu, 22 Apr 2010 07:31:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.301 X-Spam-Level: X-Spam-Status: No, score=-2.301 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sb9CLHBbBRvE for ; Thu, 22 Apr 2010 07:31:20 -0700 (PDT) Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu [128.220.161.140]) by olra.theworths.org (Postfix) with ESMTP id 71B3C431FC1 for ; Thu, 22 Apr 2010 07:31:20 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.52,257,1270440000"; d="scan'208";a="378228389" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky) ([69.255.36.229]) by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 22 Apr 2010 10:31:19 -0400 Received: from jkr by lucky with local (Exim 4.69) (envelope-from ) id 1O4xR0-0006SH-Hr; Thu, 22 Apr 2010 10:31:18 -0400 From: Jesse Rosenthal To: cworth@cworth.org, Sebastian Spaeth , Notmuch development list Subject: Re: sort order regression In-Reply-To: <87vdbj7elk.fsf@jhu.edu> References: <87bpdbmvj0.fsf@SSpaeth.de> <87wrvz7ex3.fsf@jhu.edu> <87vdbj7elk.fsf@jhu.edu> Date: Thu, 22 Apr 2010 10:31:18 -0400 Message-ID: <87tyr37e4p.fsf@jhu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 14:31:24 -0000 On Thu, 22 Apr 2010 10:21:11 -0400, Jesse Rosenthal wrote: > My suggestion would be to revert both the simplification and the fix to > enable the simplification to pass: (36e4459a3, 2a1a4f0551). Sorry, got that slightly wrong. The following commits need to be reverted: 36e4459a328b8449b3e9d510be81a332a9b35aaa f43990ce134d838cdb2cdd5d0752a602e81cfdd9 7fb56f9dc5d8e66f717f5e48ecbfbc11c8190182 When I do this, search order is right, and all tests are passed. Best, Jesse