[PATCH 1/4] Add user.other_name property to associate names with other_email.
[notmuch-archives.git] / 53 / 22b2ce4bdc18102206b8df704f352e289815ea
1 Return-Path: <wking@tremily.us>\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 21CF7431FC3\r
6         for <notmuch@notmuchmail.org>; Sat, 12 Jul 2014 20:11:38 -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\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id NEo7rcG7RY7U for <notmuch@notmuchmail.org>;\r
17         Sat, 12 Jul 2014 20:11:29 -0700 (PDT)\r
18 Received: from qmta01.emeryville.ca.mail.comcast.net\r
19         (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16])\r
20         by olra.theworths.org (Postfix) with ESMTP id 1548A431FBC\r
21         for <notmuch@notmuchmail.org>; Sat, 12 Jul 2014 20:11:28 -0700 (PDT)\r
22 Received: from omta02.emeryville.ca.mail.comcast.net ([76.96.30.19])\r
23         by qmta01.emeryville.ca.mail.comcast.net with comcast\r
24         id Rf0J1o0020QkzPwA1fBUEb; Sun, 13 Jul 2014 03:11:28 +0000\r
25 Received: from odin.tremily.us ([24.18.63.50])\r
26         by omta02.emeryville.ca.mail.comcast.net with comcast\r
27         id RfBS1o004152l3L8NfBSd3; Sun, 13 Jul 2014 03:11:27 +0000\r
28 Received: from mjolnir.tremily.us (unknown [192.168.0.150])\r
29         by odin.tremily.us (Postfix) with ESMTPS id CD0C71286EFF;\r
30         Sat, 12 Jul 2014 20:11:25 -0700 (PDT)\r
31 Received: (nullmailer pid 31443 invoked by uid 1000);\r
32         Sun, 13 Jul 2014 03:10:43 -0000\r
33 From: "W. Trevor King" <wking@tremily.us>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v3 0/5] rst2man.py support and doc-build cleanups\r
36 Date: Sat, 12 Jul 2014 20:10:32 -0700\r
37 Message-Id: <cover.1405220724.git.wking@tremily.us>\r
38 X-Mailer: git-send-email 1.9.1.353.gc66d89d\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=UTF-8\r
41 Content-Transfer-Encoding: 8bit\r
42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
43         s=q20140121; t=1405221088;\r
44         bh=hLeNRkHdvrG+zeFymJ1d5wvGVZa5ZOLRiD1PoMbIS7M=;\r
45         h=Received:Received:Received:Received:From:To:Subject:Date:\r
46         Message-Id:MIME-Version:Content-Type;\r
47         b=qQrnaKtUeb23tFolzAaW4cumr+0O26f80BOhXOdORNiA46ifEvNVKDcYWyHqdLPvc\r
48         kSt5lGKGkdc2Xw+S0f+WmfOVeEgQ5LajrL74FSQ0dmA8zFoC1HW/bHrtuNpnPXosaR\r
49         bKzfM5LFbIM5M+zextU/WH704D6luEIlUm5G2Zpr3WMUg+jXW7OpFIjUSDtlCchQSf\r
50         aYR6i1Bv4ME1TmFddCM2pzbFsDYZq7cSygzV6VhJ3mSgqWSK1uUgnI6jJfDvZtGsND\r
51         F38ghdvQjklQJcqYPLT0PLrVoyH8yNX+C5ESLQCeYcUvDKKPTPOC8rc1HesJuxRQrj\r
52         3fefQc/02inYA==\r
53 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.13\r
56 Precedence: list\r
57 List-Id: "Use and development of the notmuch mail system."\r
58         <notmuch.notmuchmail.org>\r
59 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
61 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
62 List-Post: <mailto:notmuch@notmuchmail.org>\r
63 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
64 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
65         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
66 X-List-Received-Date: Sun, 13 Jul 2014 03:11:38 -0000\r
67 \r
68 Changes since v2 [1]:\r
69 \r
70 * In patches 1/5 and 5/5, use for loops to check for rst2man[.py] and\r
71   rst2html[.py].\r
72 * In patches 1/5 and 5/5, store the command names, not the full paths\r
73   (command -v …) [2].\r
74 * In patch 3/5, I've added argparse handling to the newly-renamed\r
75   rst-man2any.py.  Tomi suggested modeling the name and UI on texi2any\r
76   [3], but texi2any is for converting a single file, while\r
77   rst-man2any.py is for converting a whole tree (and it takes an\r
78   arbitrary ReST-to-$x converter to do the real work).  I've basically\r
79   just cleaned things up, but if folks aren't satisfied I'm going to\r
80   need more concrete suggestions ;).\r
81 \r
82 Cheers,\r
83 Trevor\r
84 \r
85 [1]: id:cover.1399740604.git.wking@tremily.us\r
86      http://thread.gmane.org/gmane.mail.notmuch.general/18291\r
87 [2]: id:m2ion3dn0r.fsf@guru.guru-group.fi\r
88      http://article.gmane.org/gmane.mail.notmuch.general/18652\r
89 [3]: id:m2lhrzj8kb.fsf@guru.guru-group.fi\r
90      http://article.gmane.org/gmane.mail.notmuch.general/18653\r
91 \r
92 W. Trevor King (5):\r
93   doc: Allow rst2man.py as an alternative to rst2man\r
94   doc/prerst2man.py: Convert execfile to import\r
95   doc/rst-man2any.py: Adjust to handle any output format, not just man\r
96     pages\r
97   doc: Consolidate Makefile targets around {build|install}-{format}\r
98   doc: Add rst2html support for building HTML docs\r
99 \r
100  Makefile.local     |  14 ++++++-\r
101  configure          |  45 ++++++++++++++++++++---\r
102  doc/INSTALL        |  47 +++++++++++++++++-------\r
103  doc/Makefile.local |  48 ++++++++++++++----------\r
104  doc/prerst2man.py  |  63 --------------------------------\r
105  doc/rst-man2any.py | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++\r
106  6 files changed, 217 insertions(+), 105 deletions(-)\r
107  delete mode 100644 doc/prerst2man.py\r
108  create mode 100755 doc/rst-man2any.py\r
109 \r
110 -- \r
111 1.9.1.353.gc66d89d\r
112 \r