blob: 7b74fecea9615315559c17087ef0c98bee9e8042 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
cmail is a simple mail counting tool written in perl. It reads in a config
fileXand returns which mailfiles contain mail, how much mail, and how many
new messages. Example of output -
Personal mail 1 message
JLC mail 20 messages (2 new)
EXPI mail 2 messages
DWC RPG 1 message
This may be useful if you split your mail into multiple files using something
like procmail. I'm not sure if the new/old mail determination works with
anything other than mutt.
|