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 2B10C429E26 for ; Thu, 21 Jul 2011 14:58:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.29 X-Spam-Level: X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 eXlfoJMPrfbB for ; Thu, 21 Jul 2011 14:58:32 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id AD44C431FD0 for ; Thu, 21 Jul 2011 14:58:32 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id 253FD2E50EF5; Thu, 21 Jul 2011 14:58:30 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from servo.finestructure.net (gwave-86.ligo.caltech.edu [131.215.114.86]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 23EC32E50EC1; Thu, 21 Jul 2011 14:58:25 -0700 (PDT) Received: by servo.finestructure.net (Postfix, from userid 1000) id 06C341AC; Thu, 21 Jul 2011 14:58:25 -0700 (PDT) From: Jameson Graef Rollins To: Xavier Maillard , Antoine =?utf-8?Q?Beaupr=C3=A9?= , Austin Clements Subject: Re: [PATCH 2/2] add edit function to resume postponed emails In-Reply-To: References: <1310807540-29960-1-git-send-email-anarcat@koumbit.org> <1310841685-29167-1-git-send-email-anarcat@koumbit.org> <874o2gskgk.fsf@marcos.anarcat.ath.cx> <871uxk1vhf.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.5-353-gb44d56e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Thu, 21 Jul 2011 14:58:22 -0700 Message-ID: <87y5zrwb29.fsf@servo.factory.finestructure.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Cc: notmuch@notmuchmail.org 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: Thu, 21 Jul 2011 21:58:33 -0000 --=-=-= On Thu, 21 Jul 2011 23:32:58 +0200, Xavier Maillard wrote: > Maybe I misunderstood original goal but what I had in mind reading this > is certainly not editing a priviously received message in order to > (re)send it again but sending a postponed/draft message which, I guess, > means no full header(s) (no received header and such and probably > partially filled header, if any). Hey, Xavier. I was just responding to Antoine's comment that he had "trouble making message-mode digest an existing buffer". As for resuming postponed messages, I have defined the following key binding, which I use on draft messages that have been indexed by notmuch: (define-key notmuch-show-mode-map "R" (lambda () "Resume a postponed message." (interactive) (notmuch-show-view-raw-message) (message-mode))) jamie. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOKKD+AAoJEO00zqvie6q8xqUP/3zPSlH4JTAGOFEsqC5dCvB/ nctW+ZEb9kgCGKdCT/arTo9up09esxMDbZRF2H4UoxyGILfOOluP3jd0N1mpcS4Z 50E27nkam3OE/BxR+D9D20inpCg+X1GmrQSfkG3BM4D2IfNJkfddnMKBdf56Rcv7 0idmw6fgIIDQZP5WuxWAz5UizhtwbDqtUgTktE3f5+HZMj/L4HyJBrkjcdsa3I7F QzdyU7wgx3+x4R4/slKtV9en57aF9K45MBgjhBLKzt7xnaOkvFbtreL4lE4h1Zg9 OR69RauVsfFoQIZR1VUV3Dpv9lqchaySllfoASuS3TgNFzSS2F4qbOjkECRVbycc Ty9v1O/luhExc8ag/BnIl9cB5ImnMnk0lCTIjW7dHb/qIfT6NuIbt6gDbUJ2TUcZ J4L8OG5Jd+LBFCVjKOun+WTGZPcnCGrgTLJvEUxDITYwEC0lHJPpPqSCKbowiY6H yY3cQBgDQTRWX8MZZzxS+GPfWq4y5pQ02sCt4wJiQaYTe446LoHRhwmvfzqGQb2K bBwtETCqCKTwY2UjrOoaMZslzfTS+X030Z4BuJRJm3OLulJo9DhW9HhErSZcKFJs 3BCicWOzOu8tRaM32VvEylvXEgGyDRBFJE7vPXCWNMktXlLlkNMCUIz6eBEmL1kQ 85aD0Z6ArT+O6ueZsXh8 =O6Ri -----END PGP SIGNATURE----- --=-=-=--