knows mutt/elm/etc can code up a little script to do
> the necessary automation.
>
I know there's been a couple of scripts written to set off, or cc, the
appropriate emails.
Robert, Michael, Merijn?
--
Ciao
Richard Foley
Ciao - shorter than AufWiederSehen!
Below is a working patch to magic.t, which gets all tests passing except:
# Use of uninitialized value in scalar assignment at [.op]magic.t line 244.
not ok 31
The code for that test looks like:
{
local $SIG{'__WARN__'} = sub { print "# @_\nnot " };
$! = undef;
ok 1;
}
A