Files
dotfiles/mail/.config/notmuch/default/hooks/post-new

4 lines
59 B
Bash
Executable File

#!/bin/sh
python ~/.local/bin/notify-on-new-mail.py
exit 0