diff options
author | jao <jao@gnu.org> | 2022-08-30 00:53:21 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-30 00:53:21 +0100 |
commit | cccf4658ed4e9f900477698fb19af37634093059 (patch) | |
tree | d38f2f2e9129f16d286960e7a872062c4c94d7a8 /custom | |
parent | 3433b1ad85fdd23c18d11d899754633a035e7483 (diff) | |
download | elibs-cccf4658ed4e9f900477698fb19af37634093059.tar.gz elibs-cccf4658ed4e9f900477698fb19af37634093059.tar.bz2 |
wee tweaks
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 9 |
1 files changed, 5 insertions, 4 deletions
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 |