[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 6f / e52874c52d8dbb26355686bf6b0dfaa43357f7
1 Return-Path: <tomi.ollila@iki.fi>\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 29698431FBF\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Feb 2014 12:29:55 -0800 (PST)\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 ibyNrwmGNZeZ for <notmuch@notmuchmail.org>;\r
16         Mon, 10 Feb 2014 12:29:46 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 8CC7E431FAF\r
19         for <notmuch@notmuchmail.org>; Mon, 10 Feb 2014 12:29:46 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 227651000FA;\r
22         Mon, 10 Feb 2014 22:29:36 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: "W. Trevor King" <wking@tremily.us>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH v2 00/20] nmbug-status: Python-3-compatibility and general\r
26         refactoring\r
27 In-Reply-To: <cover.1392056624.git.wking@tremily.us>\r
28 References: <cover.1392056624.git.wking@tremily.us>\r
29 User-Agent: Notmuch/0.17+69~g761b031 (http://notmuchmail.org) Emacs/24.3.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Mon, 10 Feb 2014 22:29:35 +0200\r
35 Message-ID: <m2ppmubtjk.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 10 Feb 2014 20:29:55 -0000\r
51 \r
52 On Mon, Feb 10 2014, "W. Trevor King" <wking@tremily.us> wrote:\r
53 \r
54 > This is the second round of my initial series [1].  Thanks to Tomi and\r
55 > David for reviewing v1.  General changes since v1:\r
56 >\r
57 > * Python 2.6 compatibility fixes ('{0}'.format(...) and an OrderedDict\r
58 >   stub) [2].\r
59 \r
60 This series looks good to me.\r
61 \r
62 \r
63 Tomi\r
64 \r
65 \r
66 >\r
67 > Changes to the HTML output since v1:\r
68 >\r
69 > * Escape &, <, and > in display data [3].\r
70 > * Changed color scheme to #ffd96e / #bce [4].\r
71 > * Added additional spacing between messages (smaller than the existing\r
72 >   spacing between threads) [5].\r
73 > * Slug section titles instead of quoting them [6].\r
74 >\r
75 > [1]: id="cover.1391424512.git.wking@tremily.us"\r
76 >      http://thread.gmane.org/gmane.mail.notmuch.general/17061\r
77 > [2]: id="20140204173914.GR19935@odin.tremily.us"\r
78 >      http://article.gmane.org/gmane.mail.notmuch.general/17114\r
79 > [3]: id="20140207221531.GA17142@odin.tremily.us"\r
80 >      http://article.gmane.org/gmane.mail.notmuch.general/17141\r
81 > [4]: id="20140208190923.GE14197@odin.tremily.us"\r
82 >      http://article.gmane.org/gmane.mail.notmuch.general/17151\r
83 > [5]: id="20140208221925.GD17142@odin.tremily.us"\r
84 >      http://article.gmane.org/gmane.mail.notmuch.general/17153\r
85 > [6]: id="20140208231804.GE17142@odin.tremily.us"\r
86 >      http://article.gmane.org/gmane.mail.notmuch.general/17155\r
87 >\r
88 > W. Trevor King (20):\r
89 >   nmbug-status: Convert to Python-3-compatible print functions\r
90 >   nmbug-status: Use email.utils instead of rfc822\r
91 >   nmbug-status: Decode Popen output using the user's locale\r
92 >   nmbug-status: Factor config-loading out into read_config\r
93 >   nmbug-status: Add metavars for --config and --get-query\r
94 >   nmbug-status: Consolidate functions and main code\r
95 >   nmbug-status: Don't require write access\r
96 >   nmbug-status: Consolidate HTML header printing\r
97 >   nmbug-status: Add a Python-3-compatible urllib.parse.quote import\r
98 >   nmbug-status: Add Page and HtmlPage for modular rendering\r
99 >   nmbug-status: Add an OrderedDict stub for Python 2.6\r
100 >   nmbug-status: Normalize table HTML indentation\r
101 >   nmbug-status: Convert from XHTML 1.0 to HTML 5\r
102 >   nmbug-status: Encode output using the user's locale\r
103 >   nmbug-status: Anchor with h3 ids instead of a names\r
104 >   nmbug-status: Slug the title when using it as an id\r
105 >   nmbug-status: Use <code> and <p> markup where appropriate\r
106 >   nmbug-status: Color threads in HTML output\r
107 >   nmbug-status: Escape &, <, and > in HTML display data\r
108 >   nmbug-status: Add inter-message padding\r
109 >\r
110 >  devel/nmbug/nmbug-status | 448 +++++++++++++++++++++++++++++++----------------\r
111 >  1 file changed, 297 insertions(+), 151 deletions(-)\r
112 >\r
113 > -- \r
114 > 1.8.5.2.8.g0f6c0d1\r
115 >\r
116 > _______________________________________________\r
117 > notmuch mailing list\r
118 > notmuch@notmuchmail.org\r
119 > http://notmuchmail.org/mailman/listinfo/notmuch\r