From af2fffc81253584c91ffdada7cf066407371c958 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 30 Nov 2012 14:25:30 +0100 Subject: [PATCH] Re: [BUG] Saving attachments containing UTF-8 chars --- b6/756cc7d8cbb079caadc0a31911fa1c8aeee00c | 71 +++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 b6/756cc7d8cbb079caadc0a31911fa1c8aeee00c diff --git a/b6/756cc7d8cbb079caadc0a31911fa1c8aeee00c b/b6/756cc7d8cbb079caadc0a31911fa1c8aeee00c new file mode 100644 index 000000000..cac033104 --- /dev/null +++ b/b6/756cc7d8cbb079caadc0a31911fa1c8aeee00c @@ -0,0 +1,71 @@ +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 5585E431FBC + for ; Fri, 30 Nov 2012 05:25:41 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 TEzF5UTdhz9U for ; + Fri, 30 Nov 2012 05:25:40 -0800 (PST) +Received: from mx02.rent-a-guru.de (srv2.rent-a-guru.de [212.86.204.162]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 753C7431FAF + for ; Fri, 30 Nov 2012 05:25:40 -0800 (PST) +Received: from infra.in.zekjur.net (infra.in.zekjur.net [79.140.39.194]) + (authenticated bits=0) + by mx02.rent-a-guru.de (8.13.6/8.13.6) with ESMTP id qAUDPUbf249360160; + Fri, 30 Nov 2012 14:25:38 +0100 (CET) +Received: from midna.zekjur.net (midna.zekjur.net + [IPv6:2001:4d88:100e:23:3a60:77ff:feab:d3ea]) + by infra.in.zekjur.net (Postfix) with ESMTPSA id 8B9A04F3B5; + Fri, 30 Nov 2012 14:25:30 +0100 (CET) +Received: by midna.zekjur.net (Postfix, from userid 101) + id 243A73EFC83; Fri, 30 Nov 2012 14:25:30 +0100 (CET) +From: Michael Stapelberg +To: Mark Walters , + David Bremner , notmuch@notmuchmail.org +Subject: Re: [BUG] Saving attachments containing UTF-8 chars +In-Reply-To: <8738zrutvb.fsf@qmul.ac.uk> +References: <87d2yzvlpj.fsf@zancas.localnet> + <87boefv3hu.fsf@qmul.ac.uk> + <8738zrutvb.fsf@qmul.ac.uk> +User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.1.1 + (x86_64-pc-linux-gnu) +Date: Fri, 30 Nov 2012 14:25:30 +0100 +Message-ID: +MIME-Version: 1.0 +Content-Type: text/plain +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: Fri, 30 Nov 2012 13:25:41 -0000 + +Hi Mark, + +Mark Walters writes: +> Do you have some patch applied which is outputting +> "address_match " ? +I had indeed. Thanks for pointing it out and sorry for the noise :-). + +After a git reset --hard, everything works as expected. + +-- +Best regards, +Michael -- 2.26.2