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

From: Alex Kilgore <adkilgor_AT_spartan.uncg.edu>
Date: Mon, 25 Feb 2008 15:25:02 -0500

Regardless, try running the script using .xinitrc
while true; do perl /home/niels/.wmii-3.5/mail; sleep 300;done &
(alter the path to the script if necessary)
 and use status() to print the file's contents to the statusbar, see if it
works

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

> i have no refresh action here, there is rehash which does something
> unrelated I think, but thats all i see
> Action rehash
> proglist $PATH >$progsfile
> which looks like it checks to see if the proglist is up to date
>
>
>
> On Mon, Feb 25, 2008 at 2:57 PM, Alex Kilgore <adkilgor_AT_spartan.uncg.edu>
> wrote:
>
> >
> >
> > 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 - 21:25:07 UTC

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