diff options
-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 |