Ultra lightweight maildir checker using inotify Linux syscall
- Linux inotify watching
- Maildir support
- Configurable command to execute
Todo:
- Mailbox support
- D-Bus notifications
Using Google go runtime:
git checkout git://github.com/lzap/gocheckmail.git
cd gocheckmail
go build
cp gocheckmail ~/bin
Is very easy:
$ cat ~/.gocheckmail.conf
path = $HOME/mail/INBOX
command = /usr/bin/notify-send 'New mail'