Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 54 / 88510f767556e853aaf7931341e80cc5771b17
1 Return-Path: <patricktotzke@googlemail.com>\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 539B2429E26\r
6         for <notmuch@notmuchmail.org>; Tue,  6 Dec 2011 12:23: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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id YUnoSftokMi1 for <notmuch@notmuchmail.org>;\r
17         Tue,  6 Dec 2011 12:23:05 -0800 (PST)\r
18 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
19  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  A6757429E21    for <notmuch@notmuchmail.org>; Tue,  6 Dec 2011 12:23:05 -0800\r
22  (PST)\r
23 Received: by wgbds13 with SMTP id ds13so5682982wgb.2\r
24         for <notmuch@notmuchmail.org>; Tue, 06 Dec 2011 12:23:03 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=D+V6CcVUO3jZOZyQRS303yaH/PV/vdOjKdZt5bZViSU=;\r
29         b=U31bTGKdRfhlUtK4C06NTbZLdkXFy+JBjDUW4craHXATu97O3ATD7s3lbW4mPN11TX\r
30         oEqu/LZfbdS0M9khyPwNZQiTox0t/Jaqa/13jHBfk+L0p6zqdiAsytUfKgfBNUnxmNKX\r
31         PFAF5yjnXquyOnXXxQijeVzIVqD7pq9dSB+Ck=\r
32 Received: by 10.216.139.210 with SMTP id c60mr794710wej.9.1323202982934;\r
33         Tue, 06 Dec 2011 12:23:02 -0800 (PST)\r
34 Received: from localhost (cpc1-sgyl2-0-0-cust548.18-2.cable.virginmedia.com.\r
35         [82.41.10.37])\r
36         by mx.google.com with ESMTPS id di5sm10683190wib.3.2011.12.06.12.22.57\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Tue, 06 Dec 2011 12:22:58 -0800 (PST)\r
39 From: Patrick Totzke <patricktotzke@googlemail.com>\r
40 To: notmuch@notmuchmail.org\r
41 Subject: fix error introduced in pushed patch\r
42 Date: Tue,  6 Dec 2011 20:22:42 +0000\r
43 Message-Id: <1323202963-1600-1-git-send-email-patricktotzke@gmail.com>\r
44 X-Mailer: git-send-email 1.7.4.1\r
45 In-Reply-To: <87borl7ufy.fsf@SSpaeth.de>\r
46 References: <87borl7ufy.fsf@SSpaeth.de>\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Tue, 06 Dec 2011 20:23:06 -0000\r
60 \r
61 Hi,\r
62 A friend of mine just complained about an issue he had with upstream notmuch python\r
63 that is due to my recent reformating of Message.__str__.\r
64 This patch fixes it.\r
65 Sorry for the inconveniences,\r
66 /p\r
67 \r