aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/email.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-07-08 22:19:56 +0200
committerAdrian Kummerlaender2020-07-08 22:19:56 +0200
commit650affcacf754b6e364944ed93bbfd287bd6a573 (patch)
tree8524fae84c06e284bf9c90e5c43009b08d465b3f /gui/conf/email.el
parent9a3197a673e086e1e062236d328330be977739b7 (diff)
downloadnixos_home-650affcacf754b6e364944ed93bbfd287bd6a573.tar
nixos_home-650affcacf754b6e364944ed93bbfd287bd6a573.tar.gz
nixos_home-650affcacf754b6e364944ed93bbfd287bd6a573.tar.bz2
nixos_home-650affcacf754b6e364944ed93bbfd287bd6a573.tar.lz
nixos_home-650affcacf754b6e364944ed93bbfd287bd6a573.tar.xz
nixos_home-650affcacf754b6e364944ed93bbfd287bd6a573.tar.zst
nixos_home-650affcacf754b6e364944ed93bbfd287bd6a573.zip
Use single-window mu4e view by default
Diffstat (limited to 'gui/conf/email.el')
-rw-r--r--gui/conf/email.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/email.el b/gui/conf/email.el
index f7e851a..401c9fd 100644
--- a/gui/conf/email.el
+++ b/gui/conf/email.el
@@ -10,6 +10,7 @@
send-mail-function 'smtpmail-send-it
message-sendmail-f-is-evil t
message-send-mail-function 'message-send-mail-with-sendmail)
+ (setq mu4e-split-view 'single-window)
(setq mu4e-hide-index-messages t)
(setq mu4e-completing-read-function 'ivy-completing-read)
(require 'org-mu4e)