From: David Bremner Date: Sun, 13 Nov 2016 14:08:50 +0000 (+0000) Subject: emacs: resume messages X-Git-Tag: 0.24_rc0~90 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=2dd96d6bd642c3b32ce1997528f69665019b7497;hp=2dd96d6bd642c3b32ce1997528f69665019b7497;p=notmuch 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. ---