[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / ab / 3100c694ffad6b91fe24285b8b2052f223cfda
1 Return-Path: <david@tethera.net>\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 arlo.cworth.org (Postfix) with ESMTP id 6A0146DE15BE\r
6  for <notmuch@notmuchmail.org>; Tue, 29 Sep 2015 04:30:22 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.105\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.105 tagged_above=-999 required=5 tests=[AWL=0.105]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id 4rpkggPHlvSj for <notmuch@notmuchmail.org>;\r
16  Tue, 29 Sep 2015 04:30:20 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id B02A86DE1588\r
19  for <notmuch@notmuchmail.org>; Tue, 29 Sep 2015 04:30:20 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1Zgt4L-00008f-R9; Tue, 29 Sep 2015 11:27:37 +0000\r
23 Received: (nullmailer pid 739 invoked by uid 1000); Tue, 29 Sep 2015 11:27:17\r
24  -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Jani Nikula <jani@nikula.org>, Tomi Ollila <tomi.ollila@iki.fi>, "W.\r
27  Trevor King" <wking@tremily.us>\r
28 Subject: Re: [PATCH v2] nmbug-status: add support for specifying sort order\r
29  for each view\r
30 In-Reply-To: <1443267471-11829-1-git-send-email-jani@nikula.org>\r
31 References: <m2r3rx9p9y.fsf@guru.guru-group.fi>\r
32  <1443267471-11829-1-git-send-email-jani@nikula.org>\r
33 User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Tue, 29 Sep 2015 08:27:17 -0300\r
36 Message-ID: <87vbatqxd6.fsf@maritornes.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 Cc: notmuch@notmuchmail.org\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.18\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44  <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 29 Sep 2015 11:30:22 -0000\r
53 \r
54 Jani Nikula <jani@nikula.org> writes:\r
55 \r
56 > Let each view have a "sort" key, typically used with values\r
57 > "oldest-first" or "newest-first" (although all values in Query.SORT\r
58 > are accepted), and sort the results accordingly. Oldest first remains\r
59 > the default.\r
60 \r
61 pushed.\r
62 \r
63 d\r