From: Eric Abrahamsen Date: Tue, 27 Aug 2013 10:19:18 +0000 (+0800) Subject: encoding when forwarding messages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50ea7925c8a837f65ae1f03d99ef2573384086e6;p=notmuch-archives.git encoding when forwarding messages --- diff --git a/df/fa949669ce713b40dfb58c9a6b7e9930b7ae49 b/df/fa949669ce713b40dfb58c9a6b7e9930b7ae49 new file mode 100644 index 000000000..f3c8c54de --- /dev/null +++ b/df/fa949669ce713b40dfb58c9a6b7e9930b7ae49 @@ -0,0 +1,72 @@ +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 AFF22431FD4 + for ; Tue, 27 Aug 2013 03:19:00 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.865 +X-Spam-Level: +X-Spam-Status: No, score=0.865 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_NUMERIC_HELO=0.865] + 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 fZTRAzzfVCpR for ; + Tue, 27 Aug 2013 03:18:53 -0700 (PDT) +Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 11DB3431FAF + for ; Tue, 27 Aug 2013 03:18:53 -0700 (PDT) +Received: from list by plane.gmane.org with local (Exim 4.69) + (envelope-from ) id 1VEGMD-0003g2-Gk + for notmuch@notmuchmail.org; Tue, 27 Aug 2013 12:18:41 +0200 +Received: from 114.252.248.167 ([114.252.248.167]) + by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) + id 1AlnuQ-0007hv-00 + for ; Tue, 27 Aug 2013 12:18:41 +0200 +Received: from eric by 114.252.248.167 with local (Gmexim 0.1 (Debian)) + id 1AlnuQ-0007hv-00 + for ; Tue, 27 Aug 2013 12:18:41 +0200 +X-Injected-Via-Gmane: http://gmane.org/ +To: notmuch@notmuchmail.org +From: Eric Abrahamsen +Subject: encoding when forwarding messages +Date: Tue, 27 Aug 2013 18:19:18 +0800 +Lines: 12 +Message-ID: <87bo4jjv15.fsf@ericabrahamsen.net> +Mime-Version: 1.0 +Content-Type: text/plain +X-Complaints-To: usenet@ger.gmane.org +X-Gmane-NNTP-Posting-Host: 114.252.248.167 +User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) +Cancel-Lock: sha1:Pxox/C7YZWtPFCYmUxN1D3NPkSI= +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, 27 Aug 2013 10:19:00 -0000 + +I saw another message about the same problem on this list, in January, +with the advice to upgrade to git, but I'm still seeing it on notmuch +0.16+7~gdc51bf0. Forwarding a message from within emacs using +`notmuch-mua-forward-message' sometimes produces garbled encoding. +Calling `notmuch-show-forward-message' on the same message, however, +creates what appears to be a raw message, properly encoded. + +Is there something still amiss in the code? Am I using the wrong +command? + +Thanks! +Eric +