diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-30T21·19+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-30T21·19+0100 |
commit | 39131d9e0ff45bb84d17343578662b8606c80dc7 (patch) | |
tree | 4a54f63e9c101fd4667e42130347b6b7e65132cc /tools | |
parent | fd5fd57cc11b127a7fb30ff226b4ab34e351adfe (diff) |
fix(emacs.d): Disable notmuch FCC directories r/321
Diffstat (limited to 'tools')
-rw-r--r-- | tools/emacs/config/mail-setup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el index c1f7dc986435..2e3e62b5f621 100644 --- a/tools/emacs/config/mail-setup.el +++ b/tools/emacs/config/mail-setup.el @@ -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) |