[PATCH v2 00/14] reply refactor, fixes
[notmuch-archives.git] / ec / e13dfd365d8f97a734a66331aa2bb2a6f0b409
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 285A2429E25\r
6         for <notmuch@notmuchmail.org>; Mon, 28 Nov 2011 04:37:06 -0800 (PST)\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 18hlnznyErGx for <notmuch@notmuchmail.org>;\r
16         Mon, 28 Nov 2011 04:37:01 -0800 (PST)\r
17 Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\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 B5E46431FB6\r
21         for <notmuch@notmuchmail.org>; Mon, 28 Nov 2011 04:37:01 -0800 (PST)\r
22 Received: from mail.jade-hamburg.de (unknown [85.183.11.228])\r
23         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
24         (No client certificate requested)\r
25         by mail.cryptobitch.de (Postfix) with ESMTPSA id 5BFFC5067DD\r
26         for <notmuch@notmuchmail.org>; Mon, 28 Nov 2011 13:36:58 +0100 (CET)\r
27 Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
28         id A98A5DF2A1; Mon, 28 Nov 2011 13:36:57 +0100 (CET)\r
29 Received: from thinkbox.jade-hamburg.de (unknown [85.183.11.228])\r
30         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
31         (No client certificate requested) (Authenticated sender: teythoon)\r
32         by mail.jade-hamburg.de (Postfix) with ESMTPSA id F1C55DF28B;\r
33         Mon, 28 Nov 2011 13:36:51 +0100 (CET)\r
34 Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77)\r
35         (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
36         id 1RV0Rw-00036z-O1; Mon, 28 Nov 2011 13:36:44 +0100\r
37 Content-Type: multipart/mixed; boundary="===============6370563948987391493=="\r
38 MIME-Version: 1.0\r
39 References:\r
40  <1318198374-926-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
41         <87vcr39e9q.fsf@SSpaeth.de>\r
42 To: Sebastian Spaeth <Sebastian@SSpaeth.de>,   notmuch@notmuchmail.org\r
43 In-Reply-To: <87vcr39e9q.fsf@SSpaeth.de>\r
44 From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
45 Subject: Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types\r
46 Date: Mon, 28 Nov 2011 13:36:44 +0100\r
47 Message-Id: <E1RV0Rw-00036z-O1@thinkbox.jade-hamburg.de>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 28 Nov 2011 12:37:06 -0000\r
61 \r
62 --===============6370563948987391493==\r
63 Content-Type: text/plain; charset="utf-8"\r
64 MIME-Version: 1.0\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 Quoting Sebastian Spaeth (2011-11-02 08:25:53)\r
68 >On Mon, 10 Oct 2011 00:12:53 +0200, Justus Winter <4winter@informatik.uni-=\r
69 hamburg.de> wrote:\r
70 >> Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>\r
71 >> ---\r
72 >>  bindings/python/notmuch/globals.py |   38 +++++++++++++++++++++++++++++=\r
73 ++++++-\r
74 >\r
75 >Hi there, catching up on email, sorry for the delay.\r
76 >I am not opposed to the change, but I fail to see any justification for\r
77 >a whole lot more complexity either. What was wrong with the previous\r
78 >approach?\r
79 \r
80 Well, quoting my commit message:\r
81 \r
82 > Add type information to the ctypes._FuncPtr wrappers and\r
83 > use the wrapper classes instead of c_void_p for pointers\r
84 > to notmuch_*_t.\r
85 >\r
86 > This enables the ctypes library to type check parameters\r
87 > being handed to functions from the notmuch library.\r
88 \r
89 Justus\r
90 --===============6370563948987391493==\r
91 Content-Type: application/octet-stream\r
92 MIME-Version: 1.0\r
93 Content-Transfer-Encoding: base64\r
94 Content-Disposition: attachment; filename=".signature"\r
95 \r
96 bG92ZSB1IGFsb3QgQCxACgo=\r
97 \r
98 --===============6370563948987391493==--\r