From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E7770429E31 for ; Thu, 1 Dec 2011 15:32:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hGpd+lr+js3G for ; Thu, 1 Dec 2011 15:32:32 -0800 (PST) Received: from jameswestby.net (jameswestby.net [89.145.97.141]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6BF68431FD0 for ; Thu, 1 Dec 2011 15:32:32 -0800 (PST) Received: from [74.220.184.116] (helo=dim.jameswestby.net) by jameswestby.net with esmtpa (Exim 4.69) (envelope-from ) id 1RWG7C-0006dA-UE; Thu, 01 Dec 2011 23:32:31 +0000 Received: by dim.jameswestby.net (Postfix, from userid 1000) id A13685A4AE0; Thu, 1 Dec 2011 18:32:30 -0500 (EST) From: James Westby To: Sebastian Spaeth , Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types In-Reply-To: <87ty5kugq2.fsf@SSpaeth.de> References: <1318198374-926-1-git-send-email-4winter@informatik.uni-hamburg.de> <87vcr39e9q.fsf@SSpaeth.de> <87ty5kugq2.fsf@SSpaeth.de> User-Agent: Notmuch/0.6.1-1 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Thu, 01 Dec 2011 18:32:30 -0500 Message-ID: <87hb1jc1gx.fsf@jameswestby.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2011 23:32:33 -0000 On Thu, 01 Dec 2011 22:25:41 +0100, Sebastian Spaeth wrote: > This strikes me as a rather good thing, so the patches went in. Hah, I've just seen this, and I'm going to guess that it fixes my problems too. ... I've tested and it seems to work, so my patch is unneeded witht his one. Thanks, James