summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-09 03:43:14 +0000
committerjao <jao@gnu.org>2022-01-09 03:43:14 +0000
commit25ae57058383ea58a8c77e709f3509fd64a47afe (patch)
treed4868d6bf753276c1cbdb4c57b3bf5ad4eb7d957 /notmuch.org
parent291b184b5e88a294620dd7c4a5537716b661942b (diff)
downloadelibs-25ae57058383ea58a8c77e709f3509fd64a47afe.tar.gz
elibs-25ae57058383ea58a8c77e709f3509fd64a47afe.tar.bz2
notmuch: message counts only in header line
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org9
1 files changed, 3 insertions, 6 deletions
diff --git a/notmuch.org b/notmuch.org
index 781a718..b571bff 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -186,9 +186,7 @@
#+end_src
* package
#+begin_src emacs-lisp
- (if (< emacs-major-version 28)
- (jao-load-path "notmuch")
- (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/"))
+ (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/")
(use-package notmuch
:init
@@ -337,13 +335,12 @@
notmuch-wash-wrap-lines-length 80
notmuch-wash-citation-lines-prefix 10
notmuch-wash-citation-lines-suffix 20
- notmuch-show-text/html-blocked-images ".")
+ notmuch-show-text/html-blocked-images "."
+ notmuch-show-header-line t)
: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)
(jao-notmuch-show-prefer-html)
:bind