From 20fb0d971569293031be113b84695349d154faad Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 21 Aug 2022 17:18:39 +0100 Subject: notmuch: funny how a little room makes things nicer --- custom/jao-custom-notmuch.el | 6 ++++-- 1 file 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 () -- cgit v1.2.3