From 8d78fe1da6ef29ae1394b40f20857acf7093d82b Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 20 Apr 2021 17:27:02 +0100 Subject: nits --- email.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'email.org') diff --git a/email.org b/email.org index 9d33f5c..7583ccc 100644 --- a/email.org +++ b/email.org @@ -495,20 +495,22 @@ (sit-for 1) (jao-emms-echo))) (error "Found an enclosure, but not a link!"))))) + #+end_src *** package #+begin_src emacs-lisp (use-package notmuch :ensure t + :demand t :init (setq notmuch-fcc-dirs '(("jao@bigml.com" . "bigml/sent") (".*" . "jao/sent")) notmuch-message-headers-visible t - jao-notmuch-message-headers '("Subject" "To" "Cc" "Date" "List-Id" - "Reply-To" + jao-notmuch-message-headers '("Subject" "To" "Cc" "Date" + "List-Id" "List-ID" "Reply-To" "X-Mailer" "User-Agent" "X-User-Agent") notmuch-message-headers jao-notmuch-message-headers - notmuch-show-mark-read-tags '("-new" "-unread" "-toread") + notmuch-show-mark-read-tags '("-new" "-unread") notmuch-archive-tags '("+trove" "-new" "-unread" "-inbox") notmuch-tagging-keys '(("a" notmuch-archive-tags "Archive") @@ -648,8 +650,7 @@ (jao-load-path "mu4e") (use-package mu4e :init - (setq - mu4e-attachment-dir (expand-file-name "~/var/download/attachments") + (setq mu4e-attachment-dir (expand-file-name "~/var/download/attachments") mu4e-change-filenames-when-moving nil mu4e-completing-read-function 'completing-read mu4e-display-update-status-in-modeline nil -- cgit v1.2.3