diff options
author | jao <jao@gnu.org> | 2022-06-08 17:55:41 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-08 17:55:41 +0100 |
commit | dd8415b33c2277aae1d2fdcb10d771cd8e30d77b (patch) | |
tree | f9eee72cddba726d4c0d98c38bbcd771d38a7eb5 /custom | |
parent | 32e009a2fbf56b2540886092bb37a83391b0da9d (diff) | |
download | elibs-dd8415b33c2277aae1d2fdcb10d771cd8e30d77b.tar.gz elibs-dd8415b33c2277aae1d2fdcb10d771cd8e30d77b.tar.bz2 |
notmuch-show header line with active mode-lines
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |