From 4326b4327f8b253051bb0f4ee4c6ae7d20985207 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 21 Feb 2022 22:40:35 -0600 Subject: Further configure mail --- lisp/+tab-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/+tab-bar.el') diff --git a/lisp/+tab-bar.el b/lisp/+tab-bar.el index c56ca68..c4b7420 100644 --- a/lisp/+tab-bar.el +++ b/lisp/+tab-bar.el @@ -53,7 +53,7 @@ "Display a notmuch count in the tab-bar." (when (featurep 'notmuch) (let* ((counts (notmuch-hello-query-counts notmuch-saved-searches)) - (next (cl-find "next" counts :key (lambda (l) (plist-get l :name)) :test 'equal)) + (next (cl-find "inbox" counts :key (lambda (l) (plist-get l :name)) :test 'equal)) (next-count (plist-get next :count))) (when (and next-count (> next-count 0)) `((notmuch-count menu-item -- cgit 1.4.1-21-gabe81