chore(tools/emacs): Remove unimportant 'important' label from graph

This commit is contained in:
Vincent Ambo 2020-03-11 05:55:22 +00:00
parent 049709a7f3
commit 8df1371b9d

View file

@ -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)