At 12:16 PM 12/31/98 -0700, Ajaz M. Siraj wrote:
Please forgive me if this has been answered before but how do I do the
following:
----------------------------------------
:0: c
* ^From: bob*
bob_mail
:0 A
| audioplay $HOME/sounds/bob_mail.au
:0: c
* ^From: jim*
jim_mail
:0 A
| audioplay $HOME/sounds/jim_mail.au
----------------------------------------
I only hear bob_mail.au whenever the first condition matches.
I am surprised you even hear it then. You have not specified
a "c" flag, but rather a lockfile named "c".
Change:
:0: c
to
:0c:
in both recipes.
Cheers,
Stan