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"
- Different signature/tag line each day/email. Nigel Tamplin
- Re: Different signature/tag line each day/emai... Mikko Hänninen
- Re: Different signature/tag line each day/... Thomas Roessler
- Re: Different signature/tag line each ... Suresh Ramasubramanian
- Re: Different signature/tag line e... Bob Bell
- Re: Different signature/tag l... Suresh Ramasubramanian
- Re: Different signature/tag l... Timothy Grant
- Re: Different signature/t... Charles Curley
- Re: Different signatu... Timothy Grant
- Re: Different signatu... Benjamin Korvemaker
- Re: Different signatu... Timothy Grant
- Re: Different signature/t... Mikko Hänninen
- Re: Different signature/tag line each day/... eric a . Farris
- Re: Different signature/tag line each ... Roberto Suarez Soto