[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 2e / e644ff90d3aab1e30fd78e85b0de22ee161131
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 6A6F96DE0FC5\r
6  for <notmuch@notmuchmail.org>; Wed, 17 Feb 2016 16:24:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.307\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5 tests=[AWL=0.244,\r
12   RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 4_GrcwBV0-Iy for <notmuch@notmuchmail.org>;\r
16  Wed, 17 Feb 2016 16:24:52 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 5EC446DE091E\r
19  for <notmuch@notmuchmail.org>; Wed, 17 Feb 2016 16:24:51 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1aWCPP-0000wB-Mf; Wed, 17 Feb 2016 19:25:27 -0500\r
23 Received: (nullmailer pid 12248 invoked by uid 1000);\r
24  Thu, 18 Feb 2016 00:24:43 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
27  Mark Walters <markwalters1009@gmail.com>, David Edmondson <dme@dme.org>,\r
28  notmuch@notmuchmail.org\r
29 Subject: Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'\r
30 In-Reply-To: <87io1ngdnr.fsf@alice.fifthhorseman.net>\r
31 References: <1434182890-8047-1-git-send-email-markwalters1009@gmail.com>\r
32  <1434182890-8047-4-git-send-email-markwalters1009@gmail.com>\r
33  <m2io1x4oop.fsf@dme.org> <87wpqd61ez.fsf@qmul.ac.uk>\r
34  <87io1ngdnr.fsf@alice.fifthhorseman.net>\r
35 User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
36  (x86_64-pc-linux-gnu)\r
37 Date: Wed, 17 Feb 2016 20:24:43 -0400\r
38 Message-ID: <874md6vp9w.fsf@zancas.localnet>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.20\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Thu, 18 Feb 2016 00:24:54 -0000\r
54 \r
55 Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:\r
56 \r
57 > Being able to forward a whole thread from emacs would be great.  If we\r
58 > have that available, it would also be nice to bind it to 'F' in the\r
59 > notmuch-show view.  (assuming that people don't have objections about\r
60 > the different cases doing different things)\r
61 \r
62 We already do different things with r and R.\r
63 \r
64 d\r