about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-11T05·55+0000
committerVincent Ambo <tazjin@google.com>2020-03-11T05·55+0000
commit8df1371b9d61acd949d266cb3885242251aa9d4d (patch)
tree3f890dc4587dd0743390c66ceaa3ac7c33acd05b
parent049709a7f3eee12d39502c9bbc54e3deb10b5b92 (diff)
chore(tools/emacs): Remove unimportant 'important' label from graph r/599
-rw-r--r--tools/emacs/config/functions.el2
1 files changed, 1 insertions, 1 deletions
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)