Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 539B2429E26 for ; Tue, 6 Dec 2011 12:23:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YUnoSftokMi1 for ; Tue, 6 Dec 2011 12:23:05 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A6757429E21 for ; Tue, 6 Dec 2011 12:23:05 -0800 (PST) Received: by wgbds13 with SMTP id ds13so5682982wgb.2 for ; Tue, 06 Dec 2011 12:23:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=D+V6CcVUO3jZOZyQRS303yaH/PV/vdOjKdZt5bZViSU=; b=U31bTGKdRfhlUtK4C06NTbZLdkXFy+JBjDUW4craHXATu97O3ATD7s3lbW4mPN11TX oEqu/LZfbdS0M9khyPwNZQiTox0t/Jaqa/13jHBfk+L0p6zqdiAsytUfKgfBNUnxmNKX PFAF5yjnXquyOnXXxQijeVzIVqD7pq9dSB+Ck= Received: by 10.216.139.210 with SMTP id c60mr794710wej.9.1323202982934; Tue, 06 Dec 2011 12:23:02 -0800 (PST) Received: from localhost (cpc1-sgyl2-0-0-cust548.18-2.cable.virginmedia.com. [82.41.10.37]) by mx.google.com with ESMTPS id di5sm10683190wib.3.2011.12.06.12.22.57 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Dec 2011 12:22:58 -0800 (PST) From: Patrick Totzke To: notmuch@notmuchmail.org Subject: fix error introduced in pushed patch Date: Tue, 6 Dec 2011 20:22:42 +0000 Message-Id: <1323202963-1600-1-git-send-email-patricktotzke@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <87borl7ufy.fsf@SSpaeth.de> References: <87borl7ufy.fsf@SSpaeth.de> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 20:23:06 -0000 Hi, A friend of mine just complained about an issue he had with upstream notmuch python that is due to my recent reformating of Message.__str__. This patch fixes it. Sorry for the inconveniences, /p