maildir-notify-daemon/README.md
2022-03-04 09:47:28 -03:00

15 lines
312 B
Markdown

# Maildir Notification Daemon
Waits for new files on provided dirs, parse them as email and send a notification with author and subject.
```sh
maildir-notify-daemon ~/.local/share/mail/*/*/new/
```
## Try it without sending emails
```sh
cd ~/.local/share/mail/personal/INBOX/
cp cur/[ANY_MAIL_FILE] new/
```