From mboxrd@z Thu Jan 1 00:00:00 1970 From: brian@lorf.org (Brian) Date: Fri, 25 May 2007 22:31:39 -0500 Subject: [sup-talk] new mail notification hook Message-ID: <1180149989-sup-4780@doses> I'd like it if there were a global or per-account setting in config.yaml specifying a program to run when new mail arrives. I usually use some OSD stuff like this: #!/bin/sh figlet -w 160 -f banner3 'MAIL' | osd_cat \ -p bottom \ -A right \ -d 6 \ -l 10 \ -c \#61a199 \ & So I get a nice big MAIL in my lower right hand corner for a few seconds.