Skip to content

display mu4e-overview buffer in side window - #2

Open
stardiviner wants to merge 2 commits into
mkcms:masterfrom
stardiviner:master
Open

display mu4e-overview buffer in side window#2
stardiviner wants to merge 2 commits into
mkcms:masterfrom
stardiviner:master

Conversation

@stardiviner

Copy link
Copy Markdown

No description provided.

@stardiviner

Copy link
Copy Markdown
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

mkcms commented Oct 7, 2019

Copy link
Copy Markdown
Owner

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

stardiviner commented Oct 8, 2019

Copy link
Copy Markdown
Author

:) 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