diff options
Diffstat (limited to 'email.org')
-rw-r--r-- | email.org | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |