chore(tools/emacs): Remove unimportant 'important' label from graph
This commit is contained in:
parent
049709a7f3
commit
8df1371b9d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue