Re: python documentation
authorFlorian Friesdorf <flo@chaoflow.net>
Mon, 18 Apr 2011 15:03:01 +0000 (17:03 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:05 +0000 (09:38 -0800)
d7/c34bef13f0d94c2ded60743b9ae49853008387 [new file with mode: 0644]

diff --git a/d7/c34bef13f0d94c2ded60743b9ae49853008387 b/d7/c34bef13f0d94c2ded60743b9ae49853008387
new file mode 100644 (file)
index 0000000..449759c
--- /dev/null
@@ -0,0 +1,126 @@
+Return-Path: <flo@chaoflow.net>\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 25ABF431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 18 Apr 2011 08:03:05 -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 WWT+cVNA78AT for <notmuch@notmuchmail.org>;\r
+       Mon, 18 Apr 2011 08:03:03 -0700 (PDT)\r
+Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22])\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 89DD9431FB5\r
+       for <notmuch@notmuchmail.org>; Mon, 18 Apr 2011 08:03:03 -0700 (PDT)\r
+Received: from eve.chaoflow.net (p5DE9670C.dip.t-dialin.net [93.233.103.12])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       (Authenticated sender: flo@chaoflow.net)\r
+       by tesla.chaoflow.net (Postfix) with ESMTPSA id C729C213;\r
+       Mon, 18 Apr 2011 17:03:01 +0200 (CEST)\r
+Received: by eve.chaoflow.net (Postfix, from userid 1000) id 78B9FB35;\r
+       Mon, 18 Apr 2011 15:03:01 +0000 (Local time zone must be set--see zic\r
+       manual page)\r
+From: Florian Friesdorf <flo@chaoflow.net>\r
+To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
+       Jameson Rollins <jrollins@finestructure.net>,\r
+       Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: python documentation\r
+In-Reply-To: <877har7jcp.fsf@SSpaeth.de>\r
+References: <87hbb4zyp6.fsf@servo.finestructure.net>\r
+       <87pqpsh0sg.fsf@SSpaeth.de> <87mxjn68q7.fsf@eve.chaoflow.net>\r
+       <877har7jcp.fsf@SSpaeth.de>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+Date: Mon, 18 Apr 2011 17:03:01 +0200\r
+Message-ID: <87hb9v61qy.fsf@eve.chaoflow.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-Virus-Scanned: clamav-milter 0.96.5 at tesla\r
+X-Virus-Status: Clean\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: Mon, 18 Apr 2011 15:03:05 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Mon, 18 Apr 2011 15:57:26 +0200, Sebastian Spaeth <Sebastian@SSpaeth.de>=\r
+ wrote:\r
+> On Mon, 18 Apr 2011 14:32:16 +0200, Florian Friesdorf <flo@chaoflow.net> =\r
+wrote:\r
+> > I think it is confusing that it has a different versioning than notmuch\r
+> > itself and that it would be more intuitive if the current bindings on\r
+> > pypi [1] would have the same version as the current stable release of\r
+> > notmuch.\r
+>=20\r
+> But that would require that the python bindings are actually updated to\r
+> the current API of notmuch :-). Because they currently are not. E.g. the\r
+> get_filename/get_filenames addition is still not included.\r
+\r
+Is it sane to have python bindings that need updates or would a plain\r
+wrapper of the notmuch script (that maybe needs less updates) be better?\r
+I don't want to imply that this can be answered with yes/no, but more to\r
+get a comparison of the two approaches.\r
+\r
+Na=C3=AFvely, I imagine there is a header file and the generation of the\r
+python bindings happens rather automagic.\r
+\r
+> > If they would also work with older releases of notmuch, that\r
+> > could still be indicated, as it is done now.\r
+>=20\r
+> As far as for testing current implementations with older notmuch\r
+> libraries, I welcome people to contribute patches to the documentation\r
+> because I certainly will not test all combinations :-).\r
+>=20\r
+> To be honest, I don't even use the python bindings anymore, not that\r
+> notmuch proper is able to give me all I need (especially file names).\r
+\r
+Point taken, I don't use them yet, I might in the future.\r
+\r
+=2D-=20\r
+Florian Friesdorf <flo@chaoflow.net>\r
+  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083\r
+Jabber/XMPP: flo@chaoflow.net\r
+IRC: chaoflow on freenode,ircnet,blafasel,OFTC\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v2.0.17 (GNU/Linux)\r
+\r
+iQIcBAEBAgAGBQJNrFKlAAoJEDj4maMMRfCDBGUQAIm3PYPp0MWfa3nRkWDgrJEQ\r
+LqT8SGr1kys7WEq+NARVG5dfm2ylnEMACnl8sED3CLrs1yV+MqMJRjIfriVXkQLf\r
+Q7wUVgPFSGufZOWwZhB/1bQHBEQN2ijqg0AcGLlDVFTrjVoxpUHmomUzF8ausFnu\r
+D4RXJyZHRNQQ2ggPgfRXBioVsH04o/0v5kxLzGli7uJQH6FZyRmFuc1BOBtmYTRM\r
+bpl2odAADvAZtMXCQMM55EGRdMes4uwSIsimkyl68Sbar6nbCw29sZCkPw9Wqt8u\r
+kdStgXPqCDXBQ48vPt7IjaSgPALcnAOQtK6EDfTY9NlBjklF58A7802oT85/t3tE\r
+0KpEL1ReSTZENPA2FIdG6WFsEY1ChyZ8x65h/++fUky0C2yzVLo3UnSCTuMH5gdM\r
+YK+NjqXsEnF65GM5164KX8VKREsbXg+qCOCDL6pVogchfRjfchzQc1+GZEk0OaEr\r
+k0D7j+d/cJwA5I98zM5oC9J6+WB1PPxBw8iVfhRT3FDUeogxohMg1J+Zl7r3/3BL\r
+HtObnRNzq8n+eNJaKEpxy6Nv6/9G/317H/Fm9FdYznog32w4CBOhX7S48PuonWMZ\r
+8mCI+xSKXF0pFYXKhqc4kagD/z3H5JBcT+r7bBqQBZbn2rMn9ZFb3tEk63T/6hwq\r
+h733jSdG1szJ8kbEd8wZ\r
+=GaFB\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r