Thomas Roessler proclaimed on mutt-users that: 

>On 2000-06-14 03:20:03 +0300, Mikko Hänninen wrote:
>
>> It's a pretty simple thing, attached is the perl script
>> randline.pl that I wrote for my own use.  It prints out
>> a random line from the file given as argument.
>
>set signature="fortune -s|"

This helps tag a fortune cookie to your regular .sig

~/muttsig - symlinked to ~/.mutt

#!/bin/sh
WHOAMI=`whoami`
if [ -f /tmp/sig.$USER ]
then
rm -f /tmp/sig.$USER
fi
cat $HOME/.signature > /tmp/sig.$USER
/usr/local/games/bin/fortune -s >> /tmp/sig.$USER
/usr/local/bin/mutt

set signature=/tmp/sig.your_login_here

-- 
Suresh Ramasubramanian + [EMAIL PROTECTED]
"If you have to hate, hate gently"

Reply via email to