Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gspe opened this issue May 7, 2020 · 3 comments
Closed

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

gspe opened this issue May 7, 2020 · 3 comments

Comments

@gspe
Copy link
Contributor

gspe commented May 7, 2020

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 added a commit that referenced this issue May 7, 2020
mu4e has a `mu4e-message-kill-buffer' function doing a little bit more
than calling `message-kill-buffer'.  This patch makes OrgMsg offer the
ability to have a specific to the backend callback called for "C-c
C-k" key.

This is addressing #45.

Signed-off-by: Jeremy Compostella <jeremy.compostella@gmail.com>
@jeremy-compostella
Copy link
Owner

Could you verify that b117b96 work for you ?

@gspe
Copy link
Contributor Author

gspe commented May 7, 2020

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

jeremy-compostella added a commit that referenced this issue May 7, 2020
mu4e has a `mu4e-message-kill-buffer' function doing a little bit more
than calling `message-kill-buffer'.  This patch makes OrgMsg offer the
ability to have a specific to the backend callback called for "C-c
C-k" key.

This is addressing #45.

Signed-off-by: Jeremy Compostella <jeremy.compostella@gmail.com>
@jeremy-compostella
Copy link
Owner

I pushed the patch to the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants