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 7ACA2431FBC for ; Thu, 11 Feb 2010 06:05:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.556 X-Spam-Level: X-Spam-Status: No, score=-0.556 tagged_above=-999 required=5 tests=[AWL=-0.371, BAYES_40=-0.185] 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 5dPM3xaxlNWI for ; Thu, 11 Feb 2010 06:05:34 -0800 (PST) Received: from homiemail-a13.g.dreamhost.com (caiajhbdcaib.dreamhost.com [208.97.132.81]) by olra.theworths.org (Postfix) with ESMTP id 14707431FAE for ; Thu, 11 Feb 2010 06:05:33 -0800 (PST) Received: from sspaeth.de (unknown [195.190.178.84]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 7F5106A8085 for ; Thu, 11 Feb 2010 06:05:31 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Thu, 11 Feb 2010 15:05:29 +0100 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org In-Reply-To: <87fx57vplh.fsf@aw.hh.sledj.net> References: <1265890752-26242-1-git-send-email-dme@dme.org> <87iqa3sxbj.fsf@SSpaeth.de> <87fx57vplh.fsf@aw.hh.sledj.net> Date: Thu, 11 Feb 2010 15:05:28 +0100 Message-ID: <87wryjyijb.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] notmuch.el: Prefix arg inverts the sort order of notmuch-search. 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, 11 Feb 2010 14:05:42 -0000 On Thu, 11 Feb 2010 14:01:14 +0000, David Edmondson wrote: > (let ((proc (start-process-shell-command > "notmuch-search" buffer notmuch-command "search" > (if oldest-first "--sort=oldest-first" "--sort=newest-first") Doh, I should shut up when I haven't actually looked at the code. The only thing to my defense is that looking at elisp makes me feel dizzy. Sorry, Sebastian