]> git.notmuchmail.org Git - notmuch/commit
emacs: resume messages
authorDavid Bremner <david@tethera.net>
Sun, 13 Nov 2016 14:08:50 +0000 (14:08 +0000)
committerDavid Bremner <david@tethera.net>
Sun, 13 Nov 2016 17:15:31 +0000 (13:15 -0400)
commit2dd96d6bd642c3b32ce1997528f69665019b7497
treeffe973490f7823f359e834711b3381ca515288e0
parent90248f862b1860cc80c8afd06636311372e95fe4
emacs: resume messages

Provide functionality to resume editing a message previously saved with
notmuch-draft-save, including decoding the X-Notmuch-Emacs-Secure
header.

Resume gets the raw file from notmuch and using the emacs function
mime-to-mml reconstructs the message (including attachments).

'e' is bound to resume a draft from show or tree mode.
emacs/notmuch-draft.el
emacs/notmuch-show.el
emacs/notmuch-tree.el
test/T630-emacs-draft.sh