Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cb / e15322e98afcd34b3d6cae765c9ec410644724
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 B11E3431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 30 Sep 2011 05:23:50 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[UNPARSEABLE_RELAY=0.001] 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 FP-NioEs9PqS for <notmuch@notmuchmail.org>;\r
16         Fri, 30 Sep 2011 05:23:47 -0700 (PDT)\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 36789431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 30 Sep 2011 05:23:47 -0700 (PDT)\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 C3258505DA4\r
26         for <notmuch@notmuchmail.org>; Fri, 30 Sep 2011 14:23:45 +0200 (CEST)\r
27 Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
28         id 12D10DF2A0; Fri, 30 Sep 2011 14:23:45 +0200 (CEST)\r
29 Received: from thinkbox.jade-hamburg.de (unknown\r
30         [IPv6:fe80::216:d3ff:fe3e:5058%br0])\r
31         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
32         (No client certificate requested) (Authenticated sender: teythoon)\r
33         by mail.jade-hamburg.de (Postfix) with ESMTPSA id D80B2DF28B;\r
34         Fri, 30 Sep 2011 14:23:43 +0200 (CEST)\r
35 Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.76)\r
36         (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
37         id 1R9c7y-0008MI-Li; Fri, 30 Sep 2011 14:23:42 +0200\r
38 Content-Type: multipart/mixed; boundary="===============9053997474707207487=="\r
39 MIME-Version: 1.0\r
40 In-Reply-To: <87bou244uz.fsf@SSpaeth.de>\r
41 References:\r
42  <1316999137-28257-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
43         <1316999137-28257-7-git-send-email-4winter@informatik.uni-hamburg.de>\r
44         <87bou244uz.fsf@SSpaeth.de>\r
45 Subject: Re: [PATCH 7/9] python: provide more exception classes\r
46 To: Sebastian Spaeth <Sebastian@SSpaeth.de>, notmuch@notmuchmail.org\r
47 From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
48 Date: Fri, 30 Sep 2011 14:23:42 +0200\r
49 Message-Id: <E1R9c7y-0008MI-Li@thinkbox.jade-hamburg.de>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 30 Sep 2011 12:23:50 -0000\r
63 \r
64 --===============9053997474707207487==\r
65 MIME-Version: 1.0\r
66 Content-Type: text/plain; charset="utf-8"\r
67 Content-Transfer-Encoding: quoted-printable\r
68 \r
69 \r
70 Quoting Sebastian Spaeth (2011-09-30 14:00:36)\r
71 >On Mon, 26 Sep 2011 03:05:35 +0200, Justus Winter <4winter@informatik.uni-=\r
72 hamburg.de> wrote:\r
73 >> To make the exception handling more effective in code using the\r
74 >> python bindings it is necessary to differentiate between the\r
75 >> different kind of failures.\r
76 >\r
77 >[master b6a0173] python: provide more exception classes\r
78 >\r
79 >Hi, I have taken your patch and used it as a template, modifying things\r
80 >slightly. I also converted database.py to make use of the new\r
81 >subclasses. Documentation will have to follow, but as users can use the\r
82 >code, just as they had done before, there is no urgency.\r
83 >\r
84 >Justus is that what you had in mind?\r
85 \r
86 Yes, very nice. Thanks :)\r
87 \r
88 Justus\r
89 \r
90 --===============9053997474707207487==\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 --===============9053997474707207487==--\r