Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 8e / 58f04a388b08c20c259cecaba00885055680d2
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 73DB8431FCF\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:30:24 -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: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 ekcSHq2nNaie for <notmuch@notmuchmail.org>;\r
16         Sat, 24 Jan 2015 01:30:21 -0800 (PST)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224])\r
19         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 1AB08431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:30:21 -0800 (PST)\r
23 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
24         4.80) (envelope-from <david@tethera.net>)\r
25         id 1YEx1w-0006Ak-Er; Sat, 24 Jan 2015 09:29:24 +0000\r
26 Received: (nullmailer pid 16729 invoked by uid 1000); Sat, 24 Jan 2015\r
27         09:29:11 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
30 Subject: Re: [LATE NIGHT PATCH] build gzipped apidoc in case have doxygen but\r
31         not     sphinx\r
32 In-Reply-To: <87fvb0y2ws.fsf@maritornes.cs.unb.ca>\r
33 References: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi>\r
34         <87fvb0y2ws.fsf@maritornes.cs.unb.ca>\r
35 User-Agent: Notmuch/0.19+34~gab9c0af (http://notmuchmail.org) Emacs/24.4.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Sat, 24 Jan 2015 10:29:11 +0100\r
38 Message-ID: <87d2645xy0.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 Cc: tomi.ollila@iki.fi\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sat, 24 Jan 2015 09:30:24 -0000\r
55 \r
56 David Bremner <david@tethera.net> writes:\r
57 \r
58 > Tomi Ollila <tomi.ollila@iki.fi> writes:\r
59 >\r
60 >> In case we had doxygen but not sphinx notmuch.3 was created but\r
61 >> notmuch.3.gz not -- which means install fails!\r
62 >> This patch (with late night unpolished commit message will fix that)\r
63 >\r
64 > By install fails, you mean the man page is simply not installed? I agree\r
65 > that's a bug, but I had visions of the install failing half way through.\r
66 \r
67 A related issue I noticed is that some tests fail, rather than being\r
68 skipped, if the man pages are not built.\r
69 \r
70 d\r