summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-notmuch.el6
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 ()