about summary refs log tree commit diff
path: root/tools/emacs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-30T21·19+0100
committerVincent Ambo <tazjin@google.com>2019-12-30T21·19+0100
commit39131d9e0ff45bb84d17343578662b8606c80dc7 (patch)
tree4a54f63e9c101fd4667e42130347b6b7e65132cc /tools/emacs
parentfd5fd57cc11b127a7fb30ff226b4ab34e351adfe (diff)
fix(emacs.d): Disable notmuch FCC directories r/321
Diffstat (limited to 'tools/emacs')
-rw-r--r--tools/emacs/config/mail-setup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el
index c1f7dc9864..2e3e62b5f6 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)