jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
275 stars 58 forks source link

In mu4e C-c C-k should call mu4e-message-kill-buffer #45

Closed gspe closed 4 years ago

gspe commented 4 years ago

when use org-msg in mu4e the key combination C-c C-k should call mu4e-message-kill-buffer because if C-c C-k call message-kill-buffer the mu4e window layout will also killed.

mu4e-message-kill-buffer is an interactive and compiled function
defined in mu4e-compose.el.

Signature
(mu4e-message-kill-buffer)

Documentation
Wrapper around message-kill-buffer.

It restores mu4e window layout after killing the compose-buffer.

Key Bindings
mu4e-compose-mode-map C-c C-k

References
mu4e-message-kill-buffer is unused in mu4e-compose.el.
jeremy-compostella commented 4 years ago

Could you verify that https://github.com/jeremy-compostella/org-msg/commit/b117b9653cfcaef5d746146789d6039cc19ef0d5 work for you ?

gspe commented 4 years ago

Hi, I've tried and work great! Thanks again

jeremy-compostella commented 4 years ago

I pushed the patch to the master branch.