From a5c6f87223ad7d11bc52f6afad970f18cfdedee0 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 18 Mar 2019 10:22:29 +0100 Subject: [PATCH] notmuch: Tag sent emails properly --- .emacs.d/lisp/init-notmuch.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.emacs.d/lisp/init-notmuch.el b/.emacs.d/lisp/init-notmuch.el index e9727459..cf4d501d 100644 --- a/.emacs.d/lisp/init-notmuch.el +++ b/.emacs.d/lisp/init-notmuch.el @@ -5,9 +5,11 @@ ;; To find files matching email: ;; notmuch search --output=files FOO +;; The following is good enough for multiple-account support if they use the +;; same SMTP server. (setq notmuch-fcc-dirs - '(("mail@ambrevar.xyz" . "mail/Sent +sent") - ("pierre@atlas.engineer" . "atlas/Sent"))) + '(("mail@ambrevar.xyz" . "mail/Sent +sent -inbox -unread") + ("pierre@atlas.engineer" . "atlas/Sent +sent -inbox -unread"))) (defun notmuch-change-sender () (interactive)