Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / fb / c2aec781634bd4bb2518309629a75f24db29b5
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 E6094431FAF\r
6         for <notmuch@notmuchmail.org>; Sun,  5 Feb 2012 10:37:45 -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: 1.7\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id ezmxiPCDAwYc for <notmuch@notmuchmail.org>;\r
18         Sun,  5 Feb 2012 10:37:45 -0800 (PST)\r
19 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
20         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 5DBC2431FAE\r
23         for <notmuch@notmuchmail.org>; Sun,  5 Feb 2012 10:37:45 -0800 (PST)\r
24 Received: by bke11 with SMTP id 11so4895521bke.26\r
25         for <notmuch@notmuchmail.org>; Sun, 05 Feb 2012 10:37:42 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
28         :mime-version:content-type;\r
29         bh=fqKvAcxteJZNRZVqibdpGoIsXoISP5LAB/TZKADUSuc=;\r
30         b=UVY/6RxDWOEpWvpOpZWqroUWIhxuxuu3FF1WBpNLwB/YoVfwrvf67GzeswRWeRAONY\r
31         jKVl9vZeRE5bUEE6PRcbyOM90uhIacjD6LBmxumRtgv/20Os0PkFkeYJ89PZI2FDUYJx\r
32         ip4etMj0CXezMjR2T/Qo6mp0Q9ys0WeNvGgxQ=\r
33 Received: by 10.205.127.65 with SMTP id gz1mr7488679bkc.12.1328467062808;\r
34         Sun, 05 Feb 2012 10:37:42 -0800 (PST)\r
35 Received: from localhost ([91.144.186.21])\r
36         by mx.google.com with ESMTPS id ek9sm37451963bkb.10.2012.02.05.10.37.41\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Sun, 05 Feb 2012 10:37:41 -0800 (PST)\r
39 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
40 To: David Bremner <david@tethera.net>, Austin Clements <amdragon@MIT.EDU>,\r
41         notmuch@notmuchmail.org\r
42 Subject: Re: [PATCH v2 0/2] Rewrite text show format\r
43 In-Reply-To: <1328390666-22435-1-git-send-email-amdragon@mit.edu>\r
44 References: <1327560926-22401-1-git-send-email-amdragon@mit.edu>\r
45         <1328390666-22435-1-git-send-email-amdragon@mit.edu>\r
46 User-Agent: Notmuch/0.11+139~gd9b7cab (http://notmuchmail.org) Emacs/23.3.1\r
47         (x86_64-pc-linux-gnu)\r
48 Date: Sun, 05 Feb 2012 22:36:26 +0400\r
49 Message-ID: <87d39ti0ut.fsf@gmail.com>\r
50 MIME-Version: 1.0\r
51 Content-Type: text/plain; charset=us-ascii\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Sun, 05 Feb 2012 18:37:46 -0000\r
65 \r
66 On Sat,  4 Feb 2012 16:24:24 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
67 > v2\r
68\r
69 > * Remove unnecessary braces (id:87lioooj7m.fsf@gmail.com)\r
70\r
71 > * Trivial rebase against master\r
72\r
73 \r
74 Based on the change log and IRC discussion, I think this series does not\r
75 need another round of reviews.  So it looks like ready for master and I\r
76 removed needs-review tag.\r
77 \r
78 Regards,\r
79   Dmitry\r