Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 93 / 73c7cbb639c2d71f1cc6762cfd2d091f43cdbd
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 35599431FBD\r
6         for <notmuch@notmuchmail.org>; Sat, 12 Jul 2014 14:05:22 -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 Qswd6GBuIvUl for <notmuch@notmuchmail.org>;\r
16         Sat, 12 Jul 2014 14:05:12 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\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 0E60D431FBC\r
21         for <notmuch@notmuchmail.org>; Sat, 12 Jul 2014 14:05:12 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1X64Tn-0003rY-Gg; Sat, 12 Jul 2014 18:05:11 -0300\r
25 Received: (nullmailer pid 7955 invoked by uid 1000); Sat, 12 Jul 2014\r
26         21:05:07 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH] docs: remote spurious man page generated from doxygen\r
30 Date: Sat, 12 Jul 2014 18:04:52 -0300\r
31 Message-Id: <1405199092-7909-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.0.0\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sat, 12 Jul 2014 21:05:22 -0000\r
46 \r
47 There is a doxygen bug about these odd files,\r
48 \r
49       https://bugzilla.gnome.org/show_bug.cgi?id=727796\r
50 \r
51 But it isn't clear if / when a fix will be provided, so just delete it\r
52 to avoid e.g. confusing man-to-wiki.pl\r
53 ---\r
54  doc/Makefile.local | 1 +\r
55  1 file changed, 1 insertion(+)\r
56 \r
57 diff --git a/doc/Makefile.local b/doc/Makefile.local\r
58 index 9b6cfe5..0887413 100644\r
59 --- a/doc/Makefile.local\r
60 +++ b/doc/Makefile.local\r
61 @@ -70,6 +70,7 @@ install-apidocs: apidocs\r
62  $(APIMAN): $(dir)/config.dox $(srcdir)/$(dir)/doxygen.cfg $(srcdir)/lib/notmuch.h\r
63         mkdir -p $(DOCBUILDDIR)/man/man3\r
64         doxygen $(DOXYFILE)\r
65 +       rm $(DOCBUILDDIR)/man/man3/_*.3\r
66         perl -pi -e 's/^[.]RI "\\fI/.RI "\\fP/' $(APIMAN)\r
67  else\r
68  apidocs:\r
69 -- \r
70 2.0.0\r
71 \r