Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / e4 / be2a00085d76414201275e94bcc5b06ec386ba
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 olra.theworths.org (Postfix) with ESMTP id 2BE8B431FC0\r
6         for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 10:57:52 -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\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 C3jn-h9Y9tRA for <notmuch@notmuchmail.org>;\r
16         Sun, 19 Jan 2014 10:57:44 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 4F2C3431FBD\r
21         for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 10:57:44 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <david@tethera.net>)\r
24         id 1W4xYp-0000r9-Gk; Sun, 19 Jan 2014 14:57:31 -0400\r
25 Received: (nullmailer pid 16092 invoked by uid 1000); Sun, 19 Jan 2014\r
26         18:57:26 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
29 Subject: Re: [RFC Patch] start of sphinx based docs\r
30 In-Reply-To: <m2k3dw6q0y.fsf@guru.guru-group.fi>\r
31 References: <1390060858-30905-1-git-send-email-david@tethera.net>\r
32         <m2k3dw6q0y.fsf@guru.guru-group.fi>\r
33 User-Agent: Notmuch/0.17+35~g3b36898 (http://notmuchmail.org) Emacs/24.3.1\r
34         (x86_64-pc-linux-gnu)\r
35 Date: Sun, 19 Jan 2014 14:57:26 -0400\r
36 Message-ID: <87vbxfkdex.fsf@zancas.localnet>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sun, 19 Jan 2014 18:57:52 -0000\r
52 \r
53 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
54 \r
55 >\r
56 > This looks like a good plan, only Makefile & conf.py is a bit noisy\r
57 > (like Jani's original Doxyfile)\r
58 \r
59 That should be easy to fix. Whoevery posted that patch was incredibly\r
60 lazy ;).\r
61 \r
62 > Also;\r
63 > centos 6$ sudo yum install python-sphinx\r
64 > ...\r
65 > Downloading Packages:\r
66 > (1/5): python-babel-0.9.4-5.1.el6.noarch.rpm             | 1.4 MB     00:07    \r
67 > (2/5): python-jinja2-2.2.1-1.el6.x86_64.rpm              | 464 kB     00:02    \r
68 > (3/5): python-pygments-1.1.1-1.el6.noarch.rpm            | 561 kB     00:02    \r
69 > (4/5): python-setuptools-0.6.10-3.el6.noarch.rpm         | 335 kB     00:01    \r
70 > (5/5): python-sphinx-0.6.6-2.el6.noarch.rpm              | 486 kB     00:02  \r
71 > ---------------------------------------------------------------------------\r
72 > Total                                           200 kB/s | 3.2 MB     00:16\r
73 >\r
74 > (python-docutils were already installed)\r
75 > I wonder how hard it is to install these on some systems...\r
76 \r
77 It's definitely a concern. We could fall back to python-docutils to\r
78 generate the manpages, since there is a standalone rst2man script there.\r
79 There are some incompatibilities about how the TH line is generated, but\r
80 I think those could be hacked around, if people thought it was worth it.\r
81 \r
82 d\r