[Emacs] Update width of header window in mu4e

This commit is contained in:
Lucien Cartier-Tilet 2020-08-30 14:25:21 +02:00
parent 39fab94f8c
commit 8c6e622a7c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 4 deletions

View File

@ -3221,12 +3221,12 @@
On modern-day computers, with wide screens almost everywhere, there is no
reason for the email buffer to open below the email directory and not on its
right, which is why I set the split view to be vertical instead of
horizontal. I also set the width the email directory should keep to 80
characters (and I could go to 120, but thats only good for my
ultra-widescreen), because 30 characters is way too f-ing low.
horizontal. And to make it more readable, the header window will only occupy
40% of Emacs frame, the rest will be given to emails.
#+BEGIN_SRC emacs-lisp
(setq mu4e-split-view 'vertical
mu4e-headers-visible-columns 140)
mu4e-headers-visible-columns (round (* (window-total-width)
0.4)))
#+END_SRC
This is the setup I have for my SMTP mail server: I point Emacs SMTP