summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-08 02:31:50 +0000
committerjao <jao@gnu.org>2022-01-08 03:54:59 +0000
commit291b184b5e88a294620dd7c4a5537716b661942b (patch)
treecab349806e20b341a3164bb863106957829b7087 /notmuch.org
parentb4f72844281ca33161f758b4fbd44c048bfc51fc (diff)
downloadelibs-291b184b5e88a294620dd7c4a5537716b661942b.tar.gz
elibs-291b184b5e88a294620dd7c4a5537716b661942b.tar.bz2
notmuch: message counts in header line
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org9
1 files changed, 4 insertions, 5 deletions
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)