fix(emacs.d): Disable notmuch FCC directories
This commit is contained in:
parent
fd5fd57cc1
commit
39131d9e0f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
(lambda () (format "Emacs %s; notmuch.el %s" emacs-version notmuch-emacs-version)))
|
||||
(setq mail-host-address (system-name))
|
||||
(setq notmuch-mua-cite-function #'message-cite-original-without-signature)
|
||||
(setq notmuch-fcc-dirs nil) ;; Gmail does this server-side
|
||||
|
||||
;; Close mail buffers after sending mail
|
||||
(setq message-kill-buffer-on-exit t)
|
||||
|
|
Loading…
Reference in a new issue