For a long time, I used GBuffy but I got tired of it's configuration. So.. I decided the world needed yet another mail notification tool :-). EBuffy was born.
Version | Comment |
---|---|
1.0 | Initial release. Don't use this, it only works for 120 seconds :-) |
1.1 | Bugfix release. Use this. |
BOXES=[["INBOX", "/var/spool/mail/erik"]] DIRS="/home/erik/.vm-spool-dir/" DIRECTION="vertical"In BOXES, you list mailboxes that are not in a directory. The format is the same as that of a Python list. Each mailbox is represented either as a tuple with the name that should be displayed, and the name of the spool file to watch or as a single filename which will just use the name of the file as the name to display.
DIRS is a list of directories in which ebuffy should check for files named *.spool. DIRS could be a list, or if you only have one directory, a string.
DIRECTION is how ebuffy should orient itself. "vertical" or "horizontal"