From: Jani Nikula Date: Sat, 17 Aug 2013 12:03:52 +0000 (+0300) Subject: Re: [PATCH v3 0/3] Clean up reply's encoding story X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c479bab7c620c64335766cc53808e33013ccd6ff;p=notmuch-archives.git Re: [PATCH v3 0/3] Clean up reply's encoding story --- diff --git a/db/2c26c60138b7f41b63263dd8de460c599e21c1 b/db/2c26c60138b7f41b63263dd8de460c599e21c1 new file mode 100644 index 000000000..e705fc673 --- /dev/null +++ b/db/2c26c60138b7f41b63263dd8de460c599e21c1 @@ -0,0 +1,101 @@ +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 4E265431E82 + for ; Sat, 17 Aug 2013 05:03:59 -0700 (PDT) +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 uDMP2lVmMzFH for ; + Sat, 17 Aug 2013 05:03:53 -0700 (PDT) +Received: from mail-bk0-f50.google.com (mail-bk0-f50.google.com + [209.85.214.50]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5754C431FC9 + for ; Sat, 17 Aug 2013 05:03:53 -0700 (PDT) +Received: by mail-bk0-f50.google.com with SMTP id mz11so955397bkb.9 + for ; Sat, 17 Aug 2013 05:03:52 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-gm-message-state:from:to:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=qGnvK8SeUbkBmzSlrT8w0ZAYypP9bjSvouJd0Wwb21c=; + b=XoMm/hgtXYP+pHy/ilrIRc3FGXuFi8jZuSJxQ3/GaC/Rra9rF9+cUAT5nuZwi++bE+ + w9925gBtWi+2Y6GsySY9cVO82IANfrCDlVVwfXPG7RNwMf+otGUzWiThedi5waBv5uyC + Qgm5tRd6rWNkdWqeFQNnbC4b1jud5kuPeDaMJvJrkTW0Com8yR9wE4SesE+cJHKuWTda + ULsTGd7xYZSYjktq0a9+iBQlZ1ykMjE0sCXe6A7MHcMwjgZuQjTWiSsM5/pwMKm8A553 + nPKEL2C9R/EoeiflNX7DyQsAdPZhtq7nL54ubD6l9T+8b9zs5d49UUuVLP5G+FKARSDK + FyHA== +X-Gm-Message-State: + ALoCoQlNmHz74s8ByRQ5iukLwHvmpqw2nCTSICxJIWmjMHy6xCg2BAtL0WIu0D8KRg4+PqhTkyr+ +X-Received: by 10.205.7.6 with SMTP id om6mr1557458bkb.18.1376741031914; + Sat, 17 Aug 2013 05:03:51 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id g2sm248117bko.0.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 17 Aug 2013 05:03:50 -0700 (PDT) +From: Jani Nikula +To: David Bremner , Austin Clements , + notmuch@notmuchmail.org +Subject: Re: [PATCH v3 0/3] Clean up reply's encoding story +In-Reply-To: <87d2pclrqs.fsf@maritornes.cs.unb.ca> +References: <1376667343-10863-1-git-send-email-amdragon@mit.edu> + <87d2pclrqs.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.15.2+227~g40b2846 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 17 Aug 2013 15:03:52 +0300 +Message-ID: <8738q8jzh3.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: tomi.ollila@iki.fi +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: Sat, 17 Aug 2013 12:03:59 -0000 + +On Sat, 17 Aug 2013, David Bremner wrote: +> Austin Clements writes: +> +>> This is v3 of id:1376587658-19202-1-git-send-email-amdragon@mit.edu. +>> This addresses Jani's comment in id:87k3jl3ehe.fsf@nikula.org by +>> treating errors while retrieving the original message's References +>> header as if the original message didn't have a References header. It +>> also adds a comment suggested by Jani on IRC. The diff from v2 is +>> below. +> +> pushed, + +'make test' now gives me: + + FAIL Reply with RFC 2047-encoded headers + --- reply.12.expected 2013-08-17 11:57:31.047782938 +0000 + +++ reply.12.output 2013-08-17 11:57:31.047782938 +0000 + @@ -1,5 +1,5 @@ + From: Notmuch Test Suite + -Subject: Re: =?iso-8859-1?b?4N/n?= + +Subject: Re: =?iso-8859-1?B?4N/n?= + To: =?UTF-8?b?4piD?= + In-Reply-To: + References: + +I'm using libgmime 2.6.16-1 from Debian testing. + + +BR, +Jani.