1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-01-08 08:54:22 +02:00

use nvim editor, config email

This commit is contained in:
2019-04-02 17:10:34 +03:00
parent a93c6aad9d
commit 007f41c4a0
4 changed files with 7 additions and 5 deletions

View File

@@ -2,5 +2,5 @@
# Show a table of tag and now many unread emails under that tag
for tag in $(notmuch search --output=tags '*'); do
echo -ne "${tag} | $(notmuch count tag:${tag} and tag:unread) \n";
echo -ne "${tag} | $(notmuch count tag:\"${tag}\" and tag:unread) \n";
done | column -s '|' -t