[PATCH 2/9] lib: private string map (associative array) API
[notmuch-archives.git] / b1 / c398dce80dae24c13eb6a38605cee18fce6fee
1 Return-Path: <ram@rkrishnan.org>\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 6DF16431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 10 Sep 2013 07:28:15 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 E0J975T3sgwE for <notmuch@notmuchmail.org>;\r
16         Tue, 10 Sep 2013 07:28:10 -0700 (PDT)\r
17 Received: from rkrishnan.org (rkrishnan.org [192.241.219.108])\r
18         by olra.theworths.org (Postfix) with ESMTP id CA372431FAE\r
19         for <notmuch@notmuchmail.org>; Tue, 10 Sep 2013 07:28:10 -0700 (PDT)\r
20 Received: from ramakrmu-mac (unknown [122.178.192.129])\r
21         by rkrishnan.org (Postfix) with ESMTPSA id 0A576400C6;\r
22         Tue, 10 Sep 2013 14:28:07 +0000 (UTC)\r
23 From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>\r
24 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
25 Subject: Re: search order\r
26 In-Reply-To: <8738pcq5s2.fsf@zancas.localnet>\r
27 References:\r
28  <m2bo5c5h8l.fsf@ramakrmu-mac.i-did-not-set--mail-host-address--so-tickle-me>\r
29         <8738pcq5s2.fsf@zancas.localnet>\r
30 User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/24.3.1\r
31         (x86_64-apple-darwin)\r
32 Date: Tue, 10 Sep 2013 19:58:02 +0530\r
33 Message-ID:\r
34  <m2ioy8sqdp.fsf@ramakrmu-mac.i-did-not-set--mail-host-address--so-tickle-me>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\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: Tue, 10 Sep 2013 14:28:15 -0000\r
50 \r
51 David Bremner <david@tethera.net> writes:\r
52 \r
53 > Ramakrishnan Muthukrishnan <ram@rkrishnan.org> writes:\r
54 >\r
55 >>\r
56 >> If I startup notmuch and then do a M-x notmuch-search and then *, I see\r
57 >> the messages with the newest on the top. But if I instead, startup\r
58 >> notmuch and then hit "s", I see that the new messages are at the\r
59 >> bottom. The value of notmuch-search-oldest-first is t. \r
60 >>\r
61 >\r
62 > This should be fixed in the latest git master. Thanks for the report,\r
63 > and thanks to Austin for the fix.\r
64 \r
65 :) Thanks.\r
66 \r