mirror of
https://github.com/lelgenio/maildir-notify-daemon.git
synced 2024-11-09 16:21:42 -03:00
15 lines
312 B
Markdown
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/
|
|
```
|