Re: [wmii] Need help with mailnotifier, I am confused

From: Alex Kilgore <adkilgor_AT_spartan.uncg.edu>
Date: Mon, 25 Feb 2008 14:57:07 -0500

On Mon, Feb 25, 2008 at 2:53 PM, Alex Kilgore <adkilgor_AT_spartan.uncg.edu>
wrote:

>
>
> On Mon, Feb 25, 2008 at 2:40 PM, Niels Rasmussen <nielsrasmus_AT_gmail.com>
> wrote:
>
> > Alex Kilgore skrev:
> > > the ls -Al thing was to correct the message count which was being
> > returned
> > > improperly
> >
> > But this doesn't point to my maildir ??
> >
> youre right, it was supposed to be
>
> $mail = `ls -Al /home/niels/Mail/INBOX | wc -l`;
> $mail--;
>

I meant
$mail = `ls -Al /home/niels/Mail/INBOX/new | wc -l`;
$mail--;
Received on Mon Feb 25 2008 - 20:57:17 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:36:36 UTC