From aa4aefb95a32594b8812a2d6c7844e1354bb912e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 26 Jan 2024 08:11:00 +0000 Subject: [PATCH] mu4e split view to nil Best of both worlds, header view isn't split but without the annoying minibuffer mode that comes with single-window --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index cbdba3c..a48e83c 100644 --- a/README.org +++ b/README.org @@ -1111,7 +1111,7 @@ Set fill column to 88 and enable display in python buffers :hook (((mu4e-view-mode mu4e-compose-mode mu4e-org-mode) . (lambda () (visual-line-mode +1)))) :custom (mu4e-completing-read-function #'completing-read-default) - (mu4e-split-view 'single-window) + (mu4e-split-view nil) (mu4e-attachment-dir "~/Downloads") (mu4e-get-mail-command "mbsync -a") (mu4e-update-interval (* 5 60)) ; Every 5 minutes