diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-26T14·14+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-26T14·14+0100 |
commit | b48797e4ce27a431dab85009c1603140a5830782 (patch) | |
tree | 73003602871eaf9a097f91280203ef559c3fd7d3 | |
parent | e76be6b401570744e8269f301f17952eeb8c2624 (diff) |
chore(emacs.d): Remove explicit FCC dir for private account r/307
No longer required because Gmail does this automatically.
-rw-r--r-- | tools/emacs/config/mail-setup.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el index e3aea7cd730d..c1f7dc986435 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. |