From 497fd1c613428fdab5d9ed1cc373053f65c133e1 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Fri, 6 Nov 2015 11:53:19 +0530 Subject: [PATCH] Re: notmuch-emacs: forward messages inline --- 49/11401bf338ccdfdac642cbfe46b44d7ef1a697 | 85 +++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 49/11401bf338ccdfdac642cbfe46b44d7ef1a697 diff --git a/49/11401bf338ccdfdac642cbfe46b44d7ef1a697 b/49/11401bf338ccdfdac642cbfe46b44d7ef1a697 new file mode 100644 index 000000000..f4bd6e1de --- /dev/null +++ b/49/11401bf338ccdfdac642cbfe46b44d7ef1a697 @@ -0,0 +1,85 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id DA0976DE1737 + for ; Thu, 5 Nov 2015 22:23:32 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.801 +X-Spam-Level: +X-Spam-Status: No, score=-0.801 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, + SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id oeNti9qRQRbu for ; + Thu, 5 Nov 2015 22:23:30 -0800 (PST) +Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com + [209.85.220.43]) + by arlo.cworth.org (Postfix) with ESMTPS id DF84D6DE13A3 + for ; Thu, 5 Nov 2015 22:23:29 -0800 (PST) +Received: by pacdm15 with SMTP id dm15so88269623pac.3 + for ; Thu, 05 Nov 2015 22:23:29 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=sender:date:from:to:subject:message-id:mail-followup-to:references + :mime-version:content-type:content-disposition:in-reply-to + :user-agent; bh=G2fG9rZnK6jZsX44oHwZtuIUqniz5RNHd36U/TsLZNo=; + b=Ee3+K72i1MAi7zaYxLybLnTp7J2pXf82TnIoYOTIu7w+quR4Uu9VQ4C3xgkeQPOUPM + 2SU1XZISYKzWB+ICa409nO19mapv43f//QBB0iIfvWPM4B546kpS+LSwNaFx2nNndIJ9 + 4psddcnPdyf3Vpp6uJrEjreVOimOw/jefftCS92mVl5oNh1ACpjX4enJJQgxm6Px8PlB + OcqCDUsRqKk6DymvNAm7YKI+2/3n91pXsMjvdvcucop7Ifh0BdV5V5rq3xce9yUc/Tzv + SK+b+8COOgSMu7F/ahLl8mQ02Wx7/evuZsU9AcIPKrh0ATGubuGEcKT8TmkDb31xIQG7 + SKvQ== +X-Received: by 10.68.96.226 with SMTP id dv2mr14997755pbb.127.1446791009130; + Thu, 05 Nov 2015 22:23:29 -0800 (PST) +Received: from chitra.no-ip.org ([14.99.64.100]) + by smtp.gmail.com with ESMTPSA id so4sm11506304pbc.72.2015.11.05.22.23.26 + for + (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 05 Nov 2015 22:23:28 -0800 (PST) +Sender: Suvayu Ali +Date: Fri, 6 Nov 2015 11:53:19 +0530 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: notmuch-emacs: forward messages inline +Message-ID: <20151106062319.GQ10087@chitra.no-ip.org> +Mail-Followup-To: notmuch@notmuchmail.org +References: <430FC760-8BF5-4798-89B5-E7F2A16564B7@bubblegen.co.uk> + <87h9l0qg1p.fsf@alice.fifthhorseman.net> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <87h9l0qg1p.fsf@alice.fifthhorseman.net> +User-Agent: Mutt/1.5.23.1 (2014-03-12) +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 06 Nov 2015 06:23:32 -0000 + +On Fri, Nov 06, 2015 at 06:42:26AM +0900, Daniel Kahn Gillmor wrote: +> +> But can i ask why you'd want this? forwarded messages as RFC 822 +> attachments are significantly more sane for any MUA to deal with. + +I'm not the OP, but often I prefer this over forwarding as attachments. +I find it useful when I only want to forward specific bits of an email. +Rather than sending the whole message (which often has lots of quoted +text from earlier in the thread), I can easily edit the message as +needed. I guess this is functionally similar to your "reply and edit" +suggestion. + +-- +Suvayu + +Open source is the future. It sets us free. -- 2.26.2