[PATCH 1/3] lib: fix NULL checks for filenames iterators
[notmuch-archives.git] / d8 / 2e50fe22a9b4f0a914c80251d040ec6bb22ff9
1 Return-Path: <Sebastian@SSpaeth.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 7ACA2431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 11 Feb 2010 06:05:37 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.556\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.556 tagged_above=-999 required=5\r
12         tests=[AWL=-0.371, BAYES_40=-0.185] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 5dPM3xaxlNWI for <notmuch@notmuchmail.org>;\r
16         Thu, 11 Feb 2010 06:05:34 -0800 (PST)\r
17 Received: from homiemail-a13.g.dreamhost.com (caiajhbdcaib.dreamhost.com\r
18         [208.97.132.81])\r
19         by olra.theworths.org (Postfix) with ESMTP id 14707431FAE\r
20         for <notmuch@notmuchmail.org>; Thu, 11 Feb 2010 06:05:33 -0800 (PST)\r
21 Received: from sspaeth.de (unknown [195.190.178.84])\r
22         by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 7F5106A8085\r
23         for <notmuch@notmuchmail.org>; Thu, 11 Feb 2010 06:05:31 -0800 (PST)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Thu, 11 Feb 2010 15:05:29 +0100\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: notmuch@notmuchmail.org\r
28 In-Reply-To: <87fx57vplh.fsf@aw.hh.sledj.net>\r
29 References: <1265890752-26242-1-git-send-email-dme@dme.org>\r
30         <87iqa3sxbj.fsf@SSpaeth.de> <87fx57vplh.fsf@aw.hh.sledj.net>\r
31 Date: Thu, 11 Feb 2010 15:05:28 +0100\r
32 Message-ID: <87wryjyijb.fsf@SSpaeth.de>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Subject: Re: [notmuch] notmuch.el: Prefix arg inverts the sort order of\r
36  notmuch-search.\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Thu, 11 Feb 2010 14:05:42 -0000\r
50 \r
51 On Thu, 11 Feb 2010 14:01:14 +0000, David Edmondson <dme@dme.org> wrote:\r
52 >       (let ((proc (start-process-shell-command\r
53 >                    "notmuch-search" buffer notmuch-command "search"\r
54 >                    (if oldest-first "--sort=oldest-first" "--sort=newest-first")\r
55 \r
56 Doh, I should shut up when I haven't actually looked at the code. \r
57 The only thing to my defense is that looking at elisp makes me feel\r
58 dizzy.\r
59 \r
60 Sorry,\r
61 Sebastian\r