Skip to content

Conversation

@stardiviner
Copy link

No description provided.

@stardiviner
Copy link
Author

The mu4e-overview-action function open buffer window strategy need to be optimized. I have not figured out a good solution. Hope someone can improve it.

@mkcms
Copy link
Owner

mkcms commented Oct 7, 2019

Thanks for the PR, but I don't understand why it's necessary - isn't it possible to achieve the same thing by modifying display-buffer-alist? I have this in my init.el for example:

(add-to-list 'display-buffer-alist
             '("^\\*mu4e overview\\*$" . ((display-buffer-reuse-window
                                           display-buffer-same-window))))

And all of the other things that you propose can also be set like that, no?

@stardiviner
Copy link
Author

stardiviner commented Oct 8, 2019

:) glod you reply so fast. It's different, my PR display mu4e-overview buffer in side window which is sticky to right side bar of frame. The side window is different with normal window. Your display-buffer-alist rules only control window position. The main point of the PR is the display-buffer-in-side-window in mu4e-overview.

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

Successfully merging this pull request may close these issues.

2 participants