about summary refs log tree commit diff
path: root/tools/emacs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-26T14·14+0100
committerVincent Ambo <tazjin@google.com>2019-12-26T14·14+0100
commitb48797e4ce27a431dab85009c1603140a5830782 (patch)
tree73003602871eaf9a097f91280203ef559c3fd7d3 /tools/emacs
parente76be6b401570744e8269f301f17952eeb8c2624 (diff)
chore(emacs.d): Remove explicit FCC dir for private account r/307
No longer required because Gmail does this automatically.
Diffstat (limited to 'tools/emacs')
-rw-r--r--tools/emacs/config/mail-setup.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el
index e3aea7cd73..c1f7dc9864 100644
--- a/tools/emacs/config/mail-setup.el
+++ b/tools/emacs/config/mail-setup.el
@@ -42,7 +42,6 @@
 
 ;; Store sent mail in the correct folder per account
 (setq notmuch-maildir-use-notmuch-insert nil)
-(setq notmuch-fcc-dirs '(("mail@tazj.in" . "tazjin/Sent")))
 
 ;; I don't use drafts but I instinctively hit C-x C-s constantly, lets
 ;; handle that gracefully.