Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 86 / 1df8f61f9961eb899a81d08efeaa57081bb0bf
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 1028F6DE01C2\r
6  for <notmuch@notmuchmail.org>; Tue,  9 Aug 2016 07:05:36 -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.008\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.008 tagged_above=-999 required=5 tests=[AWL=0.003,\r
12   SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 MP-dlz5o-akB for <notmuch@notmuchmail.org>;\r
16  Tue,  9 Aug 2016 07:05:28 -0700 (PDT)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 30D476DE015B\r
19  for <notmuch@notmuchmail.org>; Tue,  9 Aug 2016 07:05:28 -0700 (PDT)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1bX7f0-0008SC-NY; Tue, 09 Aug 2016 10:05:38 -0400\r
23 Received: (nullmailer pid 31829 invoked by uid 1000);\r
24  Tue, 09 Aug 2016 14:05:20 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: mp39590@gmail.com, notmuch@notmuchmail.org\r
27 Subject: Re: [PATCH] configure: add --without-api-docs option\r
28 In-Reply-To: <20160809105246.70959-1-mp39590@gmail.com>\r
29 References: <20160809105246.70959-1-mp39590@gmail.com>\r
30 User-Agent: Notmuch/0.22.1+61~g2ce0f13 (https://notmuchmail.org) Emacs/24.5.1\r
31  (x86_64-pc-linux-gnu)\r
32 Date: Tue, 09 Aug 2016 23:05:20 +0900\r
33 Message-ID: <87popijavz.fsf@maritornes.cs.unb.ca>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.20\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40  <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
42  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 09 Aug 2016 14:05:36 -0000\r
49 \r
50 mp39590@gmail.com writes:\r
51 \r
52 > From: Mikhail <mp39590@gmail.com>\r
53 >\r
54 > Add option to explicitly disable API man page build even if doxygen is\r
55 > available.\r
56 \r
57 I'm not sure about the use case here. For some reason you want to\r
58 install some of the man pages, but not all of them?\r
59 \r
60 > ---\r
61 >  configure | 14 ++++++++++++--\r
62 >  1 file changed, 12 insertions(+), 2 deletions(-)\r
63 >\r
64 > diff --git a/configure b/configure\r
65 > index ae0a027..a6b6ee8 100755\r
66 > --- a/configure\r
67 > +++ b/configure\r
68 > @@ -68,6 +68,7 @@ PYTHON=${PYTHON:-}\r
69 >  PREFIX=/usr/local\r
70 >  LIBDIR=\r
71 >  WITH_DOCS=1\r
72 > +WITH_API_DOCS=1\r
73 >  WITH_EMACS=1\r
74 >  WITH_BASH=1\r
75 >  WITH_RUBY=1\r
76 > @@ -137,7 +138,8 @@ Some features can be disabled (--with-feature=no is equivalent to\r
77 >  --without-feature) :\r
78 >  \r
79 >       --without-bash-completion       Do not install bash completions files\r
80 > -     --without-docs                  Do not install documentation and man pages\r
81 > +     --without-docs                  Do not install man pages\r
82 \r
83 I would say that --without-docs should imply --without-api-docs\r
84 \r
85 I'm not totally convinced about the change in the description, but I\r
86 guess we can always change it back if / when we start install other\r
87 kinds of docs (e.g. html docs or info pages).\r