random-scripts/eww/eww-mu4e-messages

5 lines
127 B
Plaintext
Raw Normal View History

2025-02-04 21:02:12 -08:00
#!/usr/bin/env zsh
2025-02-05 20:55:14 -08:00
lines=(${(f)"$(mu find 'maildir:/protonmail/Inbox AND flag:unread' 2>/dev/null)"})
2025-02-04 21:02:12 -08:00
printf '%d' "${#lines}"