Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d7 / c34bef13f0d94c2ded60743b9ae49853008387
1 Return-Path: <flo@chaoflow.net>\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 25ABF431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 18 Apr 2011 08:03:05 -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 WWT+cVNA78AT for <notmuch@notmuchmail.org>;\r
16         Mon, 18 Apr 2011 08:03:03 -0700 (PDT)\r
17 Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 89DD9431FB5\r
21         for <notmuch@notmuchmail.org>; Mon, 18 Apr 2011 08:03:03 -0700 (PDT)\r
22 Received: from eve.chaoflow.net (p5DE9670C.dip.t-dialin.net [93.233.103.12])\r
23         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
24         (No client certificate requested)\r
25         (Authenticated sender: flo@chaoflow.net)\r
26         by tesla.chaoflow.net (Postfix) with ESMTPSA id C729C213;\r
27         Mon, 18 Apr 2011 17:03:01 +0200 (CEST)\r
28 Received: by eve.chaoflow.net (Postfix, from userid 1000) id 78B9FB35;\r
29         Mon, 18 Apr 2011 15:03:01 +0000 (Local time zone must be set--see zic\r
30         manual page)\r
31 From: Florian Friesdorf <flo@chaoflow.net>\r
32 To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
33         Jameson Rollins <jrollins@finestructure.net>,\r
34         Notmuch Mail <notmuch@notmuchmail.org>\r
35 Subject: Re: python documentation\r
36 In-Reply-To: <877har7jcp.fsf@SSpaeth.de>\r
37 References: <87hbb4zyp6.fsf@servo.finestructure.net>\r
38         <87pqpsh0sg.fsf@SSpaeth.de> <87mxjn68q7.fsf@eve.chaoflow.net>\r
39         <877har7jcp.fsf@SSpaeth.de>\r
40 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
41         (x86_64-unknown-linux-gnu)\r
42 Date: Mon, 18 Apr 2011 17:03:01 +0200\r
43 Message-ID: <87hb9v61qy.fsf@eve.chaoflow.net>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\r
47 X-Virus-Scanned: clamav-milter 0.96.5 at tesla\r
48 X-Virus-Status: Clean\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 18 Apr 2011 15:03:05 -0000\r
62 \r
63 --=-=-=\r
64 Content-Type: text/plain; charset=utf-8\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 On Mon, 18 Apr 2011 15:57:26 +0200, Sebastian Spaeth <Sebastian@SSpaeth.de>=\r
68  wrote:\r
69 > On Mon, 18 Apr 2011 14:32:16 +0200, Florian Friesdorf <flo@chaoflow.net> =\r
70 wrote:\r
71 > > I think it is confusing that it has a different versioning than notmuch\r
72 > > itself and that it would be more intuitive if the current bindings on\r
73 > > pypi [1] would have the same version as the current stable release of\r
74 > > notmuch.\r
75 >=20\r
76 > But that would require that the python bindings are actually updated to\r
77 > the current API of notmuch :-). Because they currently are not. E.g. the\r
78 > get_filename/get_filenames addition is still not included.\r
79 \r
80 Is it sane to have python bindings that need updates or would a plain\r
81 wrapper of the notmuch script (that maybe needs less updates) be better?\r
82 I don't want to imply that this can be answered with yes/no, but more to\r
83 get a comparison of the two approaches.\r
84 \r
85 Na=C3=AFvely, I imagine there is a header file and the generation of the\r
86 python bindings happens rather automagic.\r
87 \r
88 > > If they would also work with older releases of notmuch, that\r
89 > > could still be indicated, as it is done now.\r
90 >=20\r
91 > As far as for testing current implementations with older notmuch\r
92 > libraries, I welcome people to contribute patches to the documentation\r
93 > because I certainly will not test all combinations :-).\r
94 >=20\r
95 > To be honest, I don't even use the python bindings anymore, not that\r
96 > notmuch proper is able to give me all I need (especially file names).\r
97 \r
98 Point taken, I don't use them yet, I might in the future.\r
99 \r
100 =2D-=20\r
101 Florian Friesdorf <flo@chaoflow.net>\r
102   GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083\r
103 Jabber/XMPP: flo@chaoflow.net\r
104 IRC: chaoflow on freenode,ircnet,blafasel,OFTC\r
105 \r
106 --=-=-=\r
107 Content-Type: application/pgp-signature\r
108 \r
109 -----BEGIN PGP SIGNATURE-----\r
110 Version: GnuPG v2.0.17 (GNU/Linux)\r
111 \r
112 iQIcBAEBAgAGBQJNrFKlAAoJEDj4maMMRfCDBGUQAIm3PYPp0MWfa3nRkWDgrJEQ\r
113 LqT8SGr1kys7WEq+NARVG5dfm2ylnEMACnl8sED3CLrs1yV+MqMJRjIfriVXkQLf\r
114 Q7wUVgPFSGufZOWwZhB/1bQHBEQN2ijqg0AcGLlDVFTrjVoxpUHmomUzF8ausFnu\r
115 D4RXJyZHRNQQ2ggPgfRXBioVsH04o/0v5kxLzGli7uJQH6FZyRmFuc1BOBtmYTRM\r
116 bpl2odAADvAZtMXCQMM55EGRdMes4uwSIsimkyl68Sbar6nbCw29sZCkPw9Wqt8u\r
117 kdStgXPqCDXBQ48vPt7IjaSgPALcnAOQtK6EDfTY9NlBjklF58A7802oT85/t3tE\r
118 0KpEL1ReSTZENPA2FIdG6WFsEY1ChyZ8x65h/++fUky0C2yzVLo3UnSCTuMH5gdM\r
119 YK+NjqXsEnF65GM5164KX8VKREsbXg+qCOCDL6pVogchfRjfchzQc1+GZEk0OaEr\r
120 k0D7j+d/cJwA5I98zM5oC9J6+WB1PPxBw8iVfhRT3FDUeogxohMg1J+Zl7r3/3BL\r
121 HtObnRNzq8n+eNJaKEpxy6Nv6/9G/317H/Fm9FdYznog32w4CBOhX7S48PuonWMZ\r
122 8mCI+xSKXF0pFYXKhqc4kagD/z3H5JBcT+r7bBqQBZbn2rMn9ZFb3tEk63T/6hwq\r
123 h733jSdG1szJ8kbEd8wZ\r
124 =GaFB\r
125 -----END PGP SIGNATURE-----\r
126 --=-=-=--\r