Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / ff / 914cc707596fe64d74a655a2ca5f08680acf2c
1 Return-Path: <bremner@unb.ca>\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 CD182429E20\r
6         for <notmuch@notmuchmail.org>; Mon,  9 May 2011 05:20:47 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 bieIc6TURAfn for <notmuch@notmuchmail.org>;\r
16         Mon,  9 May 2011 05:20:47 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 30653431FB5\r
21         for <notmuch@notmuchmail.org>; Mon,  9 May 2011 05:20:47 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc30w-142167162115.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [142.167.162.115]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p49CKgKI002998\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Mon, 9 May 2011 09:20:42 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.72)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1QJPS5-0002k3-Mj; Mon, 09 May 2011 09:20:41 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: Anton Khirnov <anton@khirnov.net>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH] python/thread: always return a string in\r
34         get_subject/authors\r
35 In-Reply-To: <1304924794-20380-1-git-send-email-anton@khirnov.net>\r
36 References: <1304924794-20380-1-git-send-email-anton@khirnov.net>\r
37 User-Agent: Notmuch/0.5-167-g6c53770 (http://notmuchmail.org) Emacs/23.2.1\r
38         (x86_64-pc-linux-gnu)\r
39 Date: Mon, 09 May 2011 09:20:41 -0300\r
40 Message-ID: <87bozcvzdy.fsf@zancas.localnet>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Mon, 09 May 2011 12:20:47 -0000\r
56 \r
57 On Mon,  9 May 2011 09:06:34 +0200, Anton Khirnov <anton@khirnov.net> wrote:\r
58 > Now None is returned when those don't exist, which is inconvenient to\r
59 > deal with.\r
60 \r
61 I'm not using the python bindings, but from a philosophical point of\r
62 view, this change makes me a bit uncomfortable since it apparently\r
63 merges two cases together, and makes an error (no Subject)\r
64 indistinguishable from an odd situation (Subject of empty string).\r
65 Or am I missing something here?\r
66 \r
67 All the best,\r
68 \r
69 David\r