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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user