Rohit Gupta <[EMAIL PROTECTED]> wrote:
> are there any tools apart from biff for new mail notification...to any other
> program

num=`ls -1 Maildir/new | wc -l`
if [ "$num" -gt 0 ] ; then echo "$num new messages in Maildir" ; fi

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to