notmuch: Tag sent emails properly

master
Pierre Neidhardt 2019-03-18 10:22:29 +01:00
parent 3becf6b509
commit a5c6f87223
1 changed files with 4 additions and 2 deletions

View File

@ -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)