mu4e-window: let composer handle buffer creation

Fits better with how emacs does it.
This commit is contained in:
Dirk-Jan C. Binnema 2023-10-13 21:35:51 +03:00
parent 13d068f183
commit 84b50fb10f
1 changed files with 0 additions and 7 deletions

View File

@ -76,11 +76,6 @@ function; this is no longer supported; instead you can use
(const :tag "Don't split" nil))
:group 'mu4e-headers)
(defcustom mu4e-compose-in-new-frame nil
"Whether to compose messages in a new frame."
:type 'boolean
:group 'mu4e-compose)
(defcustom mu4e-headers-visible-lines 10
"Number of lines to display in the header view when using the
horizontal split-view. This includes the header-line at the top,
@ -300,8 +295,6 @@ for BUFFER-OR-NAME to be displayed in."
((eq buffer-type 'main) '(display-buffer-reuse-window
display-buffer-reuse-mode-window
display-buffer-full-frame))
((and (eq buffer-type 'compose) mu4e-compose-in-new-frame)
'(display-buffer-pop-up-frame))
((memq buffer-type '(headers compose))
'(display-buffer-reuse-window
display-buffer-reuse-mode-window