From 291b184b5e88a294620dd7c4a5537716b661942b Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 8 Jan 2022 02:31:50 +0000 Subject: notmuch: message counts in header line --- notmuch.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index 467b915..781a718 100644 --- a/notmuch.org +++ b/notmuch.org @@ -201,8 +201,7 @@ '(("\\(support\\|education\\)@bigml.com" . nil) (".*@bigml.com" . "bigml/sent +bigml +sent -new") (".*" . "jao/trove +jao +sent +trove -new"))) - (notmuch-maildir-use-notmuch-insert t) - (notmuch-message-headers '("Subject" "To" "Cc" "Date" "List-Id"))) + (notmuch-maildir-use-notmuch-insert t)) :config @@ -331,6 +330,7 @@ (use-package notmuch-show :init (setq gnus-blocked-images "." + notmuch-message-headers '("To" "Cc" "Date" "List-Id") notmuch-show-only-matching-messages t notmuch-show-part-button-default-action 'notmuch-show-view-part notmuch-wash-signature-lines-max 0 @@ -342,8 +342,8 @@ :config (advice-add 'notmuch-clean-address :filter-args #'jao-mail-clean-address) - (defun jao-notmuch-show-setup () (setq header-line-format nil)) - (add-hook 'notmuch-show-hook #'jao-notmuch-show-setup) + ;; (defun jao-notmuch-show-setup () (setq header-line-format nil)) + ;; (add-hook 'notmuch-show-hook #'jao-notmuch-show-setup) (jao-notmuch-show-prefer-html) :bind @@ -426,7 +426,6 @@ :bind (:map notmuch-tree-mode-map (("b" . jao-notmuch-browse-urls) - ("C" . jao-notmuch-echo-count) ("d" . jao-notmuch-tree-toggle-delete) ("D" . jao-notmuch-tree-toggle-delete-thread) ("h" . jao-notmuch-goto-message-buffer) -- cgit v1.2.3