Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / c3 / a30c30dfe81934c7c0539fc112ea567e9fa94a
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 99C64431FC4\r
6         for <notmuch@notmuchmail.org>; Tue,  1 Jul 2014 09:42:04 -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 QxT6d8vrHCo0 for <notmuch@notmuchmail.org>;\r
16         Tue,  1 Jul 2014 09:41:59 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C2CC1431FC9\r
21         for <notmuch@notmuchmail.org>; Tue,  1 Jul 2014 09:41:59 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1X217N-0005xY-NX; Tue, 01 Jul 2014 16:41:17 +0000\r
25 Received: (nullmailer pid 13987 invoked by uid 1000); Tue, 01 Jul 2014\r
26         16:40:45 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 2/2] doc: postprocess notmuch.3\r
30 Date: Tue,  1 Jul 2014 13:40:34 -0300\r
31 Message-Id: <1404232834-13777-3-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.0.0.rc2\r
33 In-Reply-To: <1404232834-13777-1-git-send-email-david@tethera.net>\r
34 References: <1396749744-19638-3-git-send-email-david@tethera.net>\r
35         <1404232834-13777-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 01 Jul 2014 16:42:04 -0000\r
49 \r
50 Remove excess italics from doxygen output. It seems to make no\r
51 sense (and is certainly ugly) to italicize the first argument to the\r
52 .RI macro.\r
53 ---\r
54  doc/Makefile.local | 2 ++\r
55  1 file changed, 2 insertions(+)\r
56 \r
57 diff --git a/doc/Makefile.local b/doc/Makefile.local\r
58 index e9402b4..0114b24 100644\r
59 --- a/doc/Makefile.local\r
60 +++ b/doc/Makefile.local\r
61 @@ -80,6 +80,8 @@ endif\r
62  \r
63  $(APIMAN): $(dir)/version.dox $(dir)/doxygen.cfg $(srcdir)/lib/notmuch.h\r
64         doxygen $(DOXYFILE)\r
65 +       sed -i 's/^[.]RI "[\]fI/.RI "\\fP/' $(dir)/doc/_build/man/man3/notmuch.3 \r
66 +\r
67  \r
68  $(dir)/version.dox: version.stamp\r
69         echo "PROJECT_NAME = \"Notmuch $(VERSION)\"" > $@\r
70 -- \r
71 2.0.0.rc2\r
72 \r