From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B7F396DE13D2 for ; Sun, 23 Aug 2015 12:45:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.236 X-Spam-Level: X-Spam-Status: No, score=-2.236 tagged_above=-999 required=5 tests=[AWL=0.615, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55, 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 H2v58EldUCtP for ; Sun, 23 Aug 2015 12:45:29 -0700 (PDT) Received: from market.scs.stanford.edu (market.scs.stanford.edu [171.66.3.10]) by arlo.cworth.org (Postfix) with ESMTPS id EF01F6DE100F for ; Sun, 23 Aug 2015 12:45:28 -0700 (PDT) Received: from market.scs.stanford.edu (localhost.scs.stanford.edu [127.0.0.1]) by market.scs.stanford.edu (8.14.7/8.14.7) with ESMTP id t7NJjSsp002428; Sun, 23 Aug 2015 12:45:28 -0700 (PDT) Received: (from dm@localhost) by market.scs.stanford.edu (8.14.7/8.14.7/Submit) id t7NJjRAK020572; Sun, 23 Aug 2015 12:45:27 -0700 (PDT) X-Authentication-Warning: market.scs.stanford.edu: dm set sender to return-6h5herd3xveyj8axhr3imnzfwn@ta.scs.stanford.edu using -f From: David Mazieres To: sfischme@uwaterloo.ca, notmuch Subject: Re: Resending the same email In-Reply-To: <87h9nqxiw3.fsf@uwaterloo.ca> References: <87h9nqxiw3.fsf@uwaterloo.ca> Reply-To: David Mazieres expires 2015-11-21 PST Date: Sun, 23 Aug 2015 12:45:26 -0700 Message-ID: <87r3mtokkp.fsf@ta.scs.stanford.edu> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Sun, 23 Aug 2015 19:45:30 -0000 Sebastian Fischmeister writes: > Hi, > > My previous mail editor had a useful feature to resend already sent > emails. It's essentially opening an already sent email and have the > senders, subject, and body pre-filled as well as all attachments > attached. > > Is this easy to achieve in notmuch? The attachments seem a bit tricky. I often pipe the message to sendmail, using emacs's notmuch-show-pipe-message command (bound to '|' by default). However I agree it would be much nicer to be able to edit the headers slightly, so as to add headers like Resent-To. On a related note, another feature I really miss is the ability to edit and re-send a bounced message. (I realize this could be problematic for notmuch, in that you really want to re-send it with the same message-ID.) David