mu4e: Added mu4e-compose-context-switch for draft messages

Allow updating the context for the current draft message.
This commit is contained in:
Al Haji-Ali
2021-02-20 12:04:08 +00:00
committed by Dirk-Jan C. Binnema
parent 775498937d
commit b094da8cd4
3 changed files with 131 additions and 90 deletions

View File

@ -62,7 +62,10 @@
~mu4e-personal-address-p~ to check whether a given string matches a personal
address.
- Completion for writing ~mu~ queries
- TAB-Completion for writing ~mu~ queries
- Switch the context for existing draft messages using
~mu4e-compose-context-switch~ or ~C-c C-;~ in ~mu4e-compose-mode~.
* 1.4 (released, as of April 18 2020)
@ -235,7 +238,7 @@
For now this is experimental ("tech preview"), but might replace the
current message-view in a future release. Enable it with:
(setq mu4e-view-use-gnus t)
(setq mu4e-view-use-gnus t)
Thanks to Christophe Troestler for his work on fixing various encoding
issues.