[PATCH 2/2] add edit function to resume postponed emails

Jameson Graef Rollins jrollins at finestructure.net
Thu Jul 21 14:58:22 PDT 2011


On Thu, 21 Jul 2011 23:32:58 +0200, Xavier Maillard <xavier at maillard.im> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110721/e8c1e106/attachment.pgp>


More information about the notmuch mailing list