Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 1b / e9e67767139f1d5c9a9aac5eaaad53915d0e7a
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 arlo.cworth.org (Postfix) with ESMTP id 34BE86DE1849\r
6  for <notmuch@notmuchmail.org>; Mon, 14 Mar 2016 13:54:17 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.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=[HEADER_FROM_DIFFERENT_DOMAINS=0.001,\r
13  RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id k89EzXHuQ44p for <notmuch@notmuchmail.org>;\r
17  Mon, 14 Mar 2016 13:54:14 -0700 (PDT)\r
18 Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 802306DE1848\r
20  for <notmuch@notmuchmail.org>; Mon, 14 Mar 2016 13:54:14 -0700 (PDT)\r
21 Received: from thinkbox (p5482CB69.dip0.t-ipconnect.de [84.130.203.105])\r
22  (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\r
23  (No client certificate requested)\r
24  by mail.cryptobitch.de (Postfix) with ESMTPSA id 535549A61BB;\r
25  Mon, 14 Mar 2016 21:54:12 +0100 (CET)\r
26 Received: from teythoon by thinkbox with local (Exim 4.84_2)\r
27  (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
28  id 1afZVC-00082X-Uj; Mon, 14 Mar 2016 21:54:10 +0100\r
29 Content-Type: text/plain; charset="utf-8"\r
30 MIME-Version: 1.0\r
31 Content-Transfer-Encoding: quoted-printable\r
32 To: David Bremner <david@tethera.net>,  notmuch@notmuchmail.org\r
33 From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
34 In-Reply-To: <87k393l86x.fsf@zancas.localnet>\r
35 Cc: 749890@bugs.debian.org\r
36 References: <87k393l86x.fsf@zancas.localnet>\r
37 Message-ID: <20160314205410.4648.16140@thinkbox.jade-hamburg.de>\r
38 User-Agent: alot/0.3.8.dev\r
39 Subject: Re: [Jakub Wilk] Bug#749890: python3-notmuch: missing header in mbox\r
40  message -> NullPointerError\r
41 Date: Mon, 14 Mar 2016 21:54:10 +0100\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.20\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46  <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
53  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Mon, 14 Mar 2016 20:54:17 -0000\r
55 \r
56 Hi,\r
57 \r
58 Quoting David Bremner (2014-05-30 15:14:46)\r
59 > this looks like a bug in the python bindings to me\r
60 > =\r
61 \r
62 > Package: python3-notmuch\r
63 > Version: 0.18-3\r
64 > Severity: minor\r
65 > =\r
66 \r
67 > If a message starts with the "From " postmark (i.e., it's in the mbox =\r
68 \r
69 > format), and you ask the get_header() method for a non-existent header, =\r
70 \r
71 > it raises NullPointerError, instead of returning empty string.\r
72 > =\r
73 \r
74 > Now, I realize that support for indexing mbox files has been dropped, =\r
75 \r
76 > but users might still have them on disk, indexed by an old version of =\r
77 \r
78 > notmuch. This is how I discovered this bug.\r
79 > =\r
80 \r
81 > I've attached my crafted mail archive (which I indexed with wheezy's =\r
82 \r
83 > notmuch), and the script that I used for testing:\r
84 \r
85 I cannot reproduce this neither with master nor with 0.21-3 from\r
86 unstable.\r
87 \r
88 Justus\r