From 25ae57058383ea58a8c77e709f3509fd64a47afe Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 9 Jan 2022 03:43:14 +0000 Subject: notmuch: message counts only in header line --- notmuch.org | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'notmuch.org') 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 -- cgit v1.2.3