Re: notmuch-emacs: forward messages inline
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 5 Nov 2015 21:42:26 +0000 (06:42 +0900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:00 +0000 (14:50 -0700)
d8/b86b4989db41dbfa8e20a2e419ee0cb65c4f48 [new file with mode: 0644]

diff --git a/d8/b86b4989db41dbfa8e20a2e419ee0cb65c4f48 b/d8/b86b4989db41dbfa8e20a2e419ee0cb65c4f48
new file mode 100644 (file)
index 0000000..d8d7806
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <dkg@fifthhorseman.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 arlo.cworth.org (Postfix) with ESMTP id E6E1D6DE13A3\r
+ for <notmuch@notmuchmail.org>; Thu,  5 Nov 2015 13:52:13 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.78\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.78 tagged_above=-999 required=5 tests=[AWL=-2.780]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id EWDbN4UC1R45 for <notmuch@notmuchmail.org>;\r
+ Thu,  5 Nov 2015 13:52:12 -0800 (PST)\r
+X-Greylist: delayed 582 seconds by postgrey-1.35 at arlo;\r
+ Thu, 05 Nov 2015 13:52:12 PST\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 1F36C6DE1320\r
+ for <notmuch@notmuchmail.org>; Thu,  5 Nov 2015 13:52:12 -0800 (PST)\r
+Received: from fifthhorseman.net (y125068.ppp.asahi-net.or.jp\r
+ [118.243.125.68]) by che.mayfirst.org (Postfix) with ESMTPSA id 4A0F9F984;\r
+ Thu,  5 Nov 2015 16:42:27 -0500 (EST)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 143851FFB7; Fri,  6 Nov 2015 06:42:26 +0900 (JST)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Matthew Lear <matt@bubblegen.co.uk>, notmuch@notmuchmail.org\r
+Subject: Re: notmuch-emacs: forward messages inline\r
+In-Reply-To: <430FC760-8BF5-4798-89B5-E7F2A16564B7@bubblegen.co.uk>\r
+References: <430FC760-8BF5-4798-89B5-E7F2A16564B7@bubblegen.co.uk>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Fri, 06 Nov 2015 06:42:26 +0900\r
+Message-ID: <87h9l0qg1p.fsf@alice.fifthhorseman.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 05 Nov 2015 21:52:14 -0000\r
+\r
+Hi Matt--\r
+\r
+On Fri 2015-11-06 04:51:53 +0900, Matthew Lear wrote:\r
+> Are there any recommended ways to selectively forward an email as\r
+> inline with notmuch-emacs rather than as an RFC822 attachment, eg have\r
+> a new shortcut key that can be used for this purpose in addition to f?\r
+> I have toggled one of the mml configuration variables (I forget\r
+> exactly what it was) which switched the forwarding method to inline\r
+> (ACAICT this also removed the ability of being able to forward as\r
+> RFC822), but it also included various header information in the body\r
+> of the email. Not good.\r
+\r
+I suppose you could reply to the message (r) and just change the\r
+addresses, which would include the previous message "inline".  If you\r
+don't like that it leaks the previous message-id in the In-Reply-To and\r
+References headers, you can just kill them from the buffer manually.\r
+\r
+But can i ask why you'd want this?  forwarded messages as RFC 822\r
+attachments are significantly more sane for any MUA to deal with.\r
+\r
+            --dkg\r