dotfiles/scripts/mail.sh
2026-05-26 15:15:00 +02:00

4 lines
117 B
Bash
Executable file

#!/bin/bash
COUNT=$(himalaya envelope list --folder INBOX -o json "not flag seen" | jq 'length')
echo "${COUNT:-0}"