diff options
author | jao <jao@gnu.org> | 2022-08-21 17:18:39 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-21 17:18:39 +0100 |
commit | 20fb0d971569293031be113b84695349d154faad (patch) | |
tree | e18b7a53f8c182b4fcfbe91a2d8f811c4557f707 | |
parent | 4178d58c6d06341a34ae199c61f66133e49adbe6 (diff) | |
download | elibs-20fb0d971569293031be113b84695349d154faad.tar.gz elibs-20fb0d971569293031be113b84695349d154faad.tar.bz2 |
notmuch: funny how a little room makes things nicer
-rw-r--r-- | custom/jao-custom-notmuch.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 6d6a6cb..b85d485 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -226,8 +226,7 @@ notmuch-address-internal-completion '(received nil) notmuch-fcc-dirs '(("\\(support\\|education\\)@bigml.com" . nil) - (".*@bigml.com" . "bigml/trove +bigml +sent -new -unread") - (".*" . "trove/jao +sent +trove -new -unread")) + (".*@bigml.com" . "bigml/trove -unread -new +sent +bigml +trove")) notmuch-maildir-use-notmuch-insert t) :config @@ -248,6 +247,9 @@ (use-package jao-notmuch :demand t) ;;; hello +(defun jao-notmuch-hello--header () (insert " ")) + +(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 () |