From 81afb079ea4d7a77e0fb22c2385c5b5ca1335ac9 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 18 Apr 2024 00:04:12 -0400 Subject: [PATCH] Update notmuch-fcc-dirs to place sent mail into adamgoldsmith.name for mujmap --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 88bb94d..317eb8e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -977,7 +977,7 @@ message-sendmail-envelope-from 'header message-send-mail-function 'message-send-mail-with-sendmail sendmail-program (executable-find "msmtp") - notmuch-fcc-dirs "Sent +sent" + notmuch-fcc-dirs "adamgoldsmith.name +sent" message-forward-as-mime nil message-make-forward-subject-function '(message-forward-subject-fwd) ))