From dd8415b33c2277aae1d2fdcb10d771cd8e30d77b Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 8 Jun 2022 17:55:41 +0100 Subject: notmuch-show header line with active mode-lines --- custom/jao-custom-notmuch.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'custom') diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index c4bfb6f..539dd31 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -396,6 +396,10 @@ notmuch-wash-citation-lines-prefix 10 notmuch-wash-citation-lines-suffix 20 notmuch-show-text/html-blocked-images "." + jao-notmuch-header-line-format + (if jao-modeline-in-minibuffer + "%Q [%N / %M / %T] %n / %m / %t" + "[%N / %M / %T] %n / %m / %t") notmuch-show-header-line #'jao-notmuch-message-header-line) :config -- cgit v1.2.3