summaryrefslogtreecommitdiffstats
path: root/.scripts/i3mail
blob: 46ad432505700c26a36c532d28685d5c77f7e7fa (plain) (blame)
1
2
3
4
5
#!/bin/sh
case $BLOCK_BUTTON in
    1) $TERMINAL -e neomutt ;;
esac
echo $(find ~/.mail -wholename */INBOX/new/* | sed -n '$=') $(cat ~/.config/mutt/.dl)