Re: encoding when forwarding messages
authorDavid Bremner <david@tethera.net>
Tue, 27 Aug 2013 15:18:55 +0000 (12:18 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:43 +0000 (09:56 -0800)
71/990c7b2cedc60f18392f903913ad1742337a4c [new file with mode: 0644]

diff --git a/71/990c7b2cedc60f18392f903913ad1742337a4c b/71/990c7b2cedc60f18392f903913ad1742337a4c
new file mode 100644 (file)
index 0000000..83f9d65
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C6C8B431FD6\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 08:19:05 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id rzMW6idWpwRs for <notmuch@notmuchmail.org>;\r
+       Tue, 27 Aug 2013 08:19:01 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id B0B01431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 08:19:01 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+       (envelope-from <david@tethera.net>)\r
+       id 1VEL2o-0005dB-Ju; Tue, 27 Aug 2013 12:18:58 -0300\r
+Received: (nullmailer pid 10111 invoked by uid 1000); Tue, 27 Aug 2013\r
+       15:18:55 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Eric Abrahamsen <eric@ericabrahamsen.net>, notmuch@notmuchmail.org\r
+Subject: Re: encoding when forwarding messages\r
+In-Reply-To: <87fvtvi4ba.fsf@ericabrahamsen.net>\r
+References: <87bo4jjv15.fsf@ericabrahamsen.net>\r
+       <87y57n8jmd.fsf@zancas.localnet> <87fvtvi4ba.fsf@ericabrahamsen.net>\r
+User-Agent: Notmuch/0.15.2+225~gbd4704a (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 27 Aug 2013 12:18:55 -0300\r
+Message-ID: <87d2ozqi00.fsf@unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 27 Aug 2013 15:19:05 -0000\r
+\r
+Eric Abrahamsen <eric@ericabrahamsen.net> writes:\r
+\r
+>\r
+> Sorry! It was `notmuch-mua-new-forward-message' I've been using,\r
+> apologies for the confusion. I'm not calling any particular filling\r
+> commands. I've got this in .gnus.el:\r
+>\r
+> (add-hook 'message-mode-hook\r
+>        (lambda ()\r
+>          (flyspell-mode)\r
+>          (orgstruct-mode)))\r
+>\r
+\r
+Sorry^2, I don't mean filling in that sense, just that it explicitly\r
+loads the raw message before calling notmuch-mua-new-forward-message.\r
+So although this is not documented (yet!), I suspect that\r
+n-m-n-f-message needs to have the raw message in the buffer (read with\r
+coding-system-for-read as 'no-conversion).\r
+\r
+d\r