From d53478315909a4eab614c754022ff69e7e105347 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 27 Apr 2021 06:18:38 +0100 Subject: learnt how to index list-id (notmuch config set index.header.List List-Id) --- email.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'email.org') diff --git a/email.org b/email.org index 8a9b109..755e066 100644 --- a/email.org +++ b/email.org @@ -533,7 +533,8 @@ #+begin_src emacs-lisp (use-package notmuch-show :init - (setq notmuch-show-all-multipart/alternative-parts nil + (setq notmuch-message-headers '("Subject" "To" "Cc" "Date" "List-Id") + notmuch-show-all-multipart/alternative-parts nil notmuch-show-indent-messages-width 0 notmuch-show-imenu-indent t notmuch-show-part-button-default-action 'notmuch-show-view-part @@ -662,7 +663,8 @@ :demand t :init - (setq notmuch-show-mark-read-tags '("-new" "-unread") + (setq notmuch-crypto-process-mime nil + notmuch-show-mark-read-tags '("-new" "-unread") notmuch-archive-tags '("+trove" "-new" "-unread" "-flagged") notmuch-tagging-keys '(("a" notmuch-archive-tags "Archive") @@ -758,6 +760,8 @@ tag_deleted "jao.(drivel|lists|books|think)" 3d tag_deleted "feeds.+" 3d + notmuch tag +deleted +trash -new -unread -- "folder:trash and tag:new" + XDG_RUNTIME_DIR='/run/user/1000' \ /usr/local/bin/emacsclient -e '(jao-notmuch-update-minibuffer)' > /dev/null #+end_src -- cgit v1.2.3