Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 00 / 946b6ee356c410f5a40837917805caadd850a0
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 209F6429E29\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Feb 2014 10:42:03 -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\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 KqHnBQGwCXmY for <notmuch@notmuchmail.org>;\r
17         Mon, 10 Feb 2014 10:41:55 -0800 (PST)\r
18 Received: from qmta13.westchester.pa.mail.comcast.net\r
19         (qmta13.westchester.pa.mail.comcast.net [76.96.59.243])\r
20         by olra.theworths.org (Postfix) with ESMTP id 3353D431FAF\r
21         for <notmuch@notmuchmail.org>; Mon, 10 Feb 2014 10:41:55 -0800 (PST)\r
22 Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76])\r
23         by qmta13.westchester.pa.mail.comcast.net with comcast\r
24         id Qcz61n0021ei1Bg5Dihujv; Mon, 10 Feb 2014 18:41:54 +0000\r
25 Received: from odin.tremily.us ([24.18.63.50])\r
26         by omta24.westchester.pa.mail.comcast.net with comcast\r
27         id Qihs1n00M152l3L3kihsZw; Mon, 10 Feb 2014 18:41:54 +0000\r
28 Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
29         by odin.tremily.us (Postfix) with ESMTPS id CCD6D10167A1;\r
30         Mon, 10 Feb 2014 10:41:51 -0800 (PST)\r
31 Received: (nullmailer pid 1241 invoked by uid 1000);\r
32         Mon, 10 Feb 2014 18:40:44 -0000\r
33 From: "W. Trevor King" <wking@tremily.us>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v2 00/20] nmbug-status: Python-3-compatibility and general\r
36         refactoring\r
37 Date: Mon, 10 Feb 2014 10:40:21 -0800\r
38 Message-Id: <cover.1392056624.git.wking@tremily.us>\r
39 X-Mailer: git-send-email 1.8.5.2.8.g0f6c0d1\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=UTF-8\r
42 Content-Transfer-Encoding: 8bit\r
43 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
44         s=q20121106; t=1392057714;\r
45         bh=xPenFbrlASXu48T9OYJP2EX3WEPECOczekZsRIT6dHQ=;\r
46         h=Received:Received:Received:Received:From:To:Subject:Date:\r
47         Message-Id:MIME-Version:Content-Type;\r
48         b=hdYM1qytyQEU1URLrKkAe7CviIOOgV+yT9lbGC+GZ/CKNT4L8Hows9qepq+y6xd/M\r
49         unK/kRx5P8RbQ8kYBCmrIjSBIJGTYUWz/Xq1YLAgmlFs7qG+sLFLatual0gtOKZY4U\r
50         uw9wfhLRlYnVjX+htabMBu52Z4uM1nMDHx8xhCtDlDs/J88PekF1GSH0YQDSvlqH+Y\r
51         HmTFp6SQWSWFmTCMUCccpXPmsPDJa2EiASax1LQUogmvQ3YurE0j7NKYYSJgEEq+wt\r
52         JuqyQJ2gy8pPD3dtZala2pgDef35m6h4FVnwXyN5GdV+5tbJNdOW2bxxaR+ZmCbDOZ\r
53         nyQY3pzL5pyXQ==\r
54 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Mon, 10 Feb 2014 18:42:03 -0000\r
68 \r
69 This is the second round of my initial series [1].  Thanks to Tomi and\r
70 David for reviewing v1.  General changes since v1:\r
71 \r
72 * Python 2.6 compatibility fixes ('{0}'.format(...) and an OrderedDict\r
73   stub) [2].\r
74 \r
75 Changes to the HTML output since v1:\r
76 \r
77 * Escape &, <, and > in display data [3].\r
78 * Changed color scheme to #ffd96e / #bce [4].\r
79 * Added additional spacing between messages (smaller than the existing\r
80   spacing between threads) [5].\r
81 * Slug section titles instead of quoting them [6].\r
82 \r
83 [1]: id="cover.1391424512.git.wking@tremily.us"\r
84      http://thread.gmane.org/gmane.mail.notmuch.general/17061\r
85 [2]: id="20140204173914.GR19935@odin.tremily.us"\r
86      http://article.gmane.org/gmane.mail.notmuch.general/17114\r
87 [3]: id="20140207221531.GA17142@odin.tremily.us"\r
88      http://article.gmane.org/gmane.mail.notmuch.general/17141\r
89 [4]: id="20140208190923.GE14197@odin.tremily.us"\r
90      http://article.gmane.org/gmane.mail.notmuch.general/17151\r
91 [5]: id="20140208221925.GD17142@odin.tremily.us"\r
92      http://article.gmane.org/gmane.mail.notmuch.general/17153\r
93 [6]: id="20140208231804.GE17142@odin.tremily.us"\r
94      http://article.gmane.org/gmane.mail.notmuch.general/17155\r
95 \r
96 W. Trevor King (20):\r
97   nmbug-status: Convert to Python-3-compatible print functions\r
98   nmbug-status: Use email.utils instead of rfc822\r
99   nmbug-status: Decode Popen output using the user's locale\r
100   nmbug-status: Factor config-loading out into read_config\r
101   nmbug-status: Add metavars for --config and --get-query\r
102   nmbug-status: Consolidate functions and main code\r
103   nmbug-status: Don't require write access\r
104   nmbug-status: Consolidate HTML header printing\r
105   nmbug-status: Add a Python-3-compatible urllib.parse.quote import\r
106   nmbug-status: Add Page and HtmlPage for modular rendering\r
107   nmbug-status: Add an OrderedDict stub for Python 2.6\r
108   nmbug-status: Normalize table HTML indentation\r
109   nmbug-status: Convert from XHTML 1.0 to HTML 5\r
110   nmbug-status: Encode output using the user's locale\r
111   nmbug-status: Anchor with h3 ids instead of a names\r
112   nmbug-status: Slug the title when using it as an id\r
113   nmbug-status: Use <code> and <p> markup where appropriate\r
114   nmbug-status: Color threads in HTML output\r
115   nmbug-status: Escape &, <, and > in HTML display data\r
116   nmbug-status: Add inter-message padding\r
117 \r
118  devel/nmbug/nmbug-status | 448 +++++++++++++++++++++++++++++++----------------\r
119  1 file changed, 297 insertions(+), 151 deletions(-)\r
120 \r
121 -- \r
122 1.8.5.2.8.g0f6c0d1\r
123 \r