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 8559E431FB6 for ; Wed, 9 Feb 2011 11:36:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled 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 AEXPluI97Qgl for ; Wed, 9 Feb 2011 11:36:24 -0800 (PST) X-Greylist: delayed 3602 seconds by postgrey-1.32 at olra; Wed, 09 Feb 2011 11:36:24 PST Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu [128.220.161.140]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CB9FC431FB5 for ; Wed, 9 Feb 2011 11:36:24 -0800 (PST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEANZtUk0KoSAO/2dsb2JhbACmO7NAiGmFXASEf4Zx X-IronPort-AV: E=Sophos;i="4.60,446,1291611600"; d="scan'208";a="75752182" Received: from watt.hwcampus.jhu.edu ([10.161.32.14]) by ipex3.johnshopkins.edu with ESMTP/TLS/ADH-AES256-SHA; 09 Feb 2011 13:36:17 -0500 Received: by watt.hwcampus.jhu.edu (Postfix, from userid 502) id 91C317AC365; Wed, 9 Feb 2011 13:36:17 -0500 (EST) From: Jesse Rosenthal To: Daniel Kahn Gillmor , Jameson Rollins Subject: Re: ordering threads by the latest message in a thread ? In-Reply-To: <4D52DB62.5060604@fifthhorseman.net> References: <87zkq5y2tq.fsf@cern.ch> <878vxp2ii5.fsf@servo.finestructure.net> <4D52DB62.5060604@fifthhorseman.net> User-Agent: Notmuch/0.5-56-g74cb76a (http://notmuchmail.org) Emacs/23.2.1 (x86_64-apple-darwin) Date: Wed, 09 Feb 2011 13:36:17 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sebastien Binet , notmuch@notmuchmail.org 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: Wed, 09 Feb 2011 19:36:25 -0000 On Wed, 09 Feb 2011 13:22:26 -0500, Daniel Kahn Gillmor wrote: > > Jameson, are you saying that "Search Oldest First" not only inverts the > order of the threads, but also changes the a date a given thread is > associated with? The procedure is to match threads by either the oldest matching message (in oldest first) or newest matching message (in newest first). So matching newest first will make the thread with new messages go to the top. But in oldest first -- which is what I imagine Sebastian was looking at in the inbox -- the thread with an older inbox message will appear further up. So if Sebastian's message is tagged "inbox" this thread will appear, under oldest-first, when he sent it; if it's not but Jamie's is, then it will appear under Jamie's. But it'll appear under mine regardless in newest first. I don't believe emacs has anything to do with it -- it's how the nm binary orders threads as output to "search." Apologies if this is restating what everyone already knew -- I couldn't quite tell. Best, Jesse