diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-11T05·55+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-11T05·55+0000 |
commit | 8df1371b9d61acd949d266cb3885242251aa9d4d (patch) | |
tree | 3f890dc4587dd0743390c66ceaa3ac7c33acd05b /tools/emacs | |
parent | 049709a7f3eee12d39502c9bbc54e3deb10b5b92 (diff) |
chore(tools/emacs): Remove unimportant 'important' label from graph r/599
Diffstat (limited to 'tools/emacs')
-rw-r--r-- | tools/emacs/config/functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/config/functions.el b/tools/emacs/config/functions.el index 6060df0a23b4..72e29ae1a856 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) |