summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-20 17:27:02 +0100
committerjao <jao@gnu.org>2021-04-20 17:27:02 +0100
commit8d78fe1da6ef29ae1394b40f20857acf7093d82b (patch)
tree67034f9ae27155f589e4a480f280670a0032e4c1 /email.org
parent8ace7559e9590b1989efaf730fa8e5b134c95c81 (diff)
downloadelibs-8d78fe1da6ef29ae1394b40f20857acf7093d82b.tar.gz
elibs-8d78fe1da6ef29ae1394b40f20857acf7093d82b.tar.bz2
nits
Diffstat (limited to 'email.org')
-rw-r--r--email.org11
1 files changed, 6 insertions, 5 deletions
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