database error
[notmuch-archives.git] / 93 / 45714dfc11c04c30bbb61635a6c0260e1e64dc
1 Return-Path: <teythoon@jade-hamburg.de>\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 23A2F431FB6\r
6         for <notmuch@notmuchmail.org>; Tue, 23 Sep 2014 06:31:52 -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 bwAYwOCfxkhE for <notmuch@notmuchmail.org>;\r
16         Tue, 23 Sep 2014 06:31:48 -0700 (PDT)\r
17 X-Greylist: delayed 541 seconds by postgrey-1.32 at olra;\r
18         Tue, 23 Sep 2014 06:31:48 PDT\r
19 Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
20         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 4220F431FAF\r
23         for <notmuch@notmuchmail.org>; Tue, 23 Sep 2014 06:31:48 -0700 (PDT)\r
24 Received: from mail.jade-hamburg.de (unknown [85.183.43.52])\r
25         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
26         (No client certificate requested)\r
27         by mail.cryptobitch.de (Postfix) with ESMTPSA id 271AB7FDE25\r
28         for <notmuch@notmuchmail.org>; Tue, 23 Sep 2014 15:22:44 +0200 (CEST)\r
29 Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
30         id 9E3A3DF2A3; Tue, 23 Sep 2014 15:22:43 +0200 (CEST)\r
31 Received: from thinkbox.jade-hamburg.de (cryptobitch.de [88.198.7.68])\r
32         (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
33         (No client certificate requested) (Authenticated sender: teythoon)\r
34         by mail.jade-hamburg.de (Postfix) with ESMTPSA id 09EBCDF289;\r
35         Tue, 23 Sep 2014 15:22:41 +0200 (CEST)\r
36 Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.84)\r
37         (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
38         id 1XWQ39-0001iQ-KJ; Tue, 23 Sep 2014 15:22:35 +0200\r
39 Content-Type: text/plain; charset="utf-8"\r
40 MIME-Version: 1.0\r
41 Content-Transfer-Encoding: quoted-printable\r
42 To: David Bremner <david@tethera.net>,\r
43         "Thibaut Horel" <thibaut.horel@gmail.com>, notmuch@notmuchmail.org\r
44 From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
45 In-Reply-To: <87ha02c1pl.fsf@maritornes.cs.unb.ca>\r
46 References: <20140811044354.GA18790@spoon.client.fas.harvard.edu>\r
47         <87ha02c1pl.fsf@maritornes.cs.unb.ca>\r
48 Message-ID: <20140923132230.4207.73297@thinkbox.jade-hamburg.de>\r
49 User-Agent: alot/0.3.5\r
50 Subject: Re: [PATCH] python: Add binding for notmuch_query_add_tag_exclude\r
51 Date: Tue, 23 Sep 2014 15:22:30 +0200\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: Tue, 23 Sep 2014 13:31:52 -0000\r
65 \r
66 Quoting David Bremner (2014-09-20 07:15:02)\r
67 > Thibaut Horel <thibaut.horel@gmail.com> writes:\r
68 > =\r
69 \r
70 > > Implemented as the method `exclude_tag` of the class `Query`. This meth=\r
71 od takes\r
72 > > one argument, a string containing the name of the tag to exclude\r
73 > =\r
74 \r
75 > This tag looks pretty trivial.  I'll merge it unless I hear some\r
76 > objections over the weekend.\r
77 \r
78 It looks fine indeed, thanks to the both of you.  The only tricky\r
79 thing I remember is the py2/py3 string/unicode thing, for which I seem\r
80 to have created the _str function, so it should be fine indeed.\r
81 \r
82 Justus\r