From cccf4658ed4e9f900477698fb19af37634093059 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 30 Aug 2022 00:53:21 +0100 Subject: wee tweaks --- custom/jao-custom-notmuch.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'custom') diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index a374ebd..142b962 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -250,7 +250,8 @@ ;;; hello (defun jao-notmuch-hello--header () (insert " ")) -(add-to-list 'notmuch-hello-sections 'jao-notmuch-hello--header) +(when (display-graphic-p) + (add-to-list 'notmuch-hello-sections 'jao-notmuch-hello--header)) (add-to-list 'notmuch-hello-sections 'notmuch-hello-insert-alltags t) (defun jao-notmuch-refresh-agenda () @@ -363,9 +364,9 @@ notmuch-show-only-matching-messages t notmuch-show-part-button-default-action 'notmuch-show-view-part notmuch-wash-signature-lines-max 0 - notmuch-wash-wrap-lines-length 80 - notmuch-wash-citation-lines-prefix 10 - notmuch-wash-citation-lines-suffix 20 + notmuch-wash-wrap-lines-length 120 + notmuch-wash-citation-lines-prefix 120 + notmuch-wash-citation-lines-suffix 120 notmuch-show-text/html-blocked-images "." jao-notmuch-header-line-format (if jao-modeline-in-minibuffer -- cgit v1.2.3