Re: [PATCH v4 16/16] add "notmuch reindex" subcommand
[notmuch-archives.git] / 0a / c73cf8f66043567e8c9c53058e6d45b9f03f7e
1 Return-Path: <bremner@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 E4D4C431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 24 Apr 2013 18:19:46 -0700 (PDT)\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 2E5xoE1FIOU0 for <notmuch@notmuchmail.org>;\r
16         Wed, 24 Apr 2013 18:19:46 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\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 8D6E1431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 24 Apr 2013 18:19:46 -0700 (PDT)\r
22 Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([156.34.82.78] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa\r
25         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
26         (envelope-from <bremner@tethera.net>) id 1UVAqc-0002Tv-Sk\r
27         for notmuch@notmuchmail.org; Wed, 24 Apr 2013 22:19:43 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.80)\r
29         (envelope-from <bremner@tethera.net>) id 1UVAqX-00013w-A7\r
30         for notmuch@notmuchmail.org; Wed, 24 Apr 2013 22:19:37 -0300\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: Second draft of info manual\r
34 Date: Wed, 24 Apr 2013 22:19:09 -0300\r
35 Message-Id: <1366852752-3584-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.8.2.rc2\r
37 In-Reply-To: <1362882151-14030-1-git-send-email-david@tethera.net>\r
38 References: <1362882151-14030-1-git-send-email-david@tethera.net>\r
39 X-Spam_bar: -\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\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: Thu, 25 Apr 2013 01:19:47 -0000\r
53 \r
54 In order to get docs both as man pages and as info docs for reading in\r
55 emacs, I decided to try converting a couple man pages to pod.\r
56 \r
57 There turned out to a painful amount of infrastructure needed to get\r
58 this working, so I didn't get much done on the notmuch-emacs docs.\r
59 \r
60 I think all the infrastructure is in place at this point. I'm probably\r
61 not going to do much more work into the actual docs until I get some\r
62 feedback on the basic approach; it's clear that the autoconverted pod\r
63 files need a bit of tidying.\r
64 \r
65 As far as build depends, this needs only perl for the basic docs\r
66 (pod2man is part of perl since a while). To build the info docs needs\r
67 pod2texi and makinfo, which are part of recent texinfo releases. \r
68 \r