From 8df1371b9d61acd949d266cb3885242251aa9d4d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 11 Mar 2020 05:55:22 +0000 Subject: chore(tools/emacs): Remove unimportant 'important' label from graph --- tools/emacs/config/functions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emacs/config/functions.el b/tools/emacs/config/functions.el index 6060df0a23..72e29ae1a8 100644 --- a/tools/emacs/config/functions.el +++ b/tools/emacs/config/functions.el @@ -280,7 +280,7 @@ (s-trim (notmuch-command-to-string "count" search "and" "tag:unread"))))) (when (>= count 1) (cons name count)))) - (notmuch-hello-generate-tag-alist '("unread" "signed" "attachment"))))) + (notmuch-hello-generate-tag-alist '("unread" "signed" "attachment" "important"))))) (chart-bar-quickie (if (< (length tag-counts) 6) -- cgit 1.4.1