diff options
| -rw-r--r-- | .doom.d/config.el | 4 | ||||
| -rw-r--r-- | .hunspell_ca_ES | 1 |
2 files changed, 5 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 diff --git a/.hunspell_ca_ES b/.hunspell_ca_ES index ea3898d..5480759 100644 --- a/.hunspell_ca_ES +++ b/.hunspell_ca_ES @@ -70,3 +70,4 @@ Tino Aquil·leida caricaturització vestrús +Salavardenya |
