aboutsummaryrefslogtreecommitdiff
path: root/.doom.d/config.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-08-03 23:48:18 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2023-08-03 23:48:18 +0200
commit132a73431898fedf2232096b2348ad18e0c4d994 (patch)
treeb0aa815be844fd11244218acb55b82dc6074262a /.doom.d/config.el
parentdad8ea6479c5d1151ce1278917b2ad631cb0d3e6 (diff)
downloaddotfiles-132a73431898fedf2232096b2348ad18e0c4d994.tar.gz
dotfiles-132a73431898fedf2232096b2348ad18e0c4d994.zip
Hot fix for old mu4e and minor hunspell update
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index 95337b8..9e809ed 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -216,6 +216,10 @@ littering will happen locally."
;;; Email
(after! mu4e
+ ;; NOTE: hot fix for doomemacs#6891. This should be removed when upgrading out
+ ;; of mu4e 1.6.x.
+ (setq mu4e-headers-buffer-name mu4e~headers-buffer-name)
+
;; Use `msmtp' as the program for sending email.
(setq sendmail-program (executable-find "msmtp")
send-mail-function #'smtpmail-send-it