Re: [PATCH] python: Add binding for notmuch_query_add_tag_exclude
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Tue, 23 Sep 2014 13:22:30 +0000 (15:22 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:04:42 +0000 (10:04 -0800)
93/45714dfc11c04c30bbb61635a6c0260e1e64dc [new file with mode: 0644]

diff --git a/93/45714dfc11c04c30bbb61635a6c0260e1e64dc b/93/45714dfc11c04c30bbb61635a6c0260e1e64dc
new file mode 100644 (file)
index 0000000..4ab521c
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path: <teythoon@jade-hamburg.de>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 23A2F431FB6\r
+       for <notmuch@notmuchmail.org>; Tue, 23 Sep 2014 06:31:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id bwAYwOCfxkhE for <notmuch@notmuchmail.org>;\r
+       Tue, 23 Sep 2014 06:31:48 -0700 (PDT)\r
+X-Greylist: delayed 541 seconds by postgrey-1.32 at olra;\r
+       Tue, 23 Sep 2014 06:31:48 PDT\r
+Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 4220F431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 23 Sep 2014 06:31:48 -0700 (PDT)\r
+Received: from mail.jade-hamburg.de (unknown [85.183.43.52])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by mail.cryptobitch.de (Postfix) with ESMTPSA id 271AB7FDE25\r
+       for <notmuch@notmuchmail.org>; Tue, 23 Sep 2014 15:22:44 +0200 (CEST)\r
+Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
+       id 9E3A3DF2A3; Tue, 23 Sep 2014 15:22:43 +0200 (CEST)\r
+Received: from thinkbox.jade-hamburg.de (cryptobitch.de [88.198.7.68])\r
+       (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
+       (No client certificate requested) (Authenticated sender: teythoon)\r
+       by mail.jade-hamburg.de (Postfix) with ESMTPSA id 09EBCDF289;\r
+       Tue, 23 Sep 2014 15:22:41 +0200 (CEST)\r
+Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.84)\r
+       (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
+       id 1XWQ39-0001iQ-KJ; Tue, 23 Sep 2014 15:22:35 +0200\r
+Content-Type: text/plain; charset="utf-8"\r
+MIME-Version: 1.0\r
+Content-Transfer-Encoding: quoted-printable\r
+To: David Bremner <david@tethera.net>,\r
+       "Thibaut Horel" <thibaut.horel@gmail.com>, notmuch@notmuchmail.org\r
+From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+In-Reply-To: <87ha02c1pl.fsf@maritornes.cs.unb.ca>\r
+References: <20140811044354.GA18790@spoon.client.fas.harvard.edu>\r
+       <87ha02c1pl.fsf@maritornes.cs.unb.ca>\r
+Message-ID: <20140923132230.4207.73297@thinkbox.jade-hamburg.de>\r
+User-Agent: alot/0.3.5\r
+Subject: Re: [PATCH] python: Add binding for notmuch_query_add_tag_exclude\r
+Date: Tue, 23 Sep 2014 15:22:30 +0200\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 23 Sep 2014 13:31:52 -0000\r
+\r
+Quoting David Bremner (2014-09-20 07:15:02)\r
+> Thibaut Horel <thibaut.horel@gmail.com> writes:\r
+> =\r
+\r
+> > Implemented as the method `exclude_tag` of the class `Query`. This meth=\r
+od takes\r
+> > one argument, a string containing the name of the tag to exclude\r
+> =\r
+\r
+> This tag looks pretty trivial.  I'll merge it unless I hear some\r
+> objections over the weekend.\r
+\r
+It looks fine indeed, thanks to the both of you.  The only tricky\r
+thing I remember is the py2/py3 string/unicode thing, for which I seem\r
+to have created the _str function, so it should be fine indeed.\r
+\r
+Justus\r