Suresh Ramasubramanian forced the electrons to say:
> Or this little shell script as a wrapper around whatever mail client you use
> For pine, for example ...
> 
> #!/bin/sh
> WHOAMI=`whoami`
> if [ -f /tmp/sig.$USER ]
> then
> rm -f /tmp/sig.$USER
> fi
> cat $HOME/sig.kc > /tmp/sig.kc.$USER
> /usr/games/fortune -s >> /tmp/sig.kc.$USER
> pine

BTW, an mv -f /tmp/sig.kc.$USER ~/.signature is required, before pine
is started.

But this script will use the same fortune cookie for all mails sent
from a pine session. I guess the way to have truly different cookies
for every mail sent out will need vim as the mail editor (with the
autocommand feature - see my last post). Maybe joe can do it. Emacs
most definitely can.

Let us learn to live with it - mutt is far superior in these matters. :-)

Binand

-- 
This signature is just back from vacation.

----------------------------------------------
LIH is all for free speech.  But it was created
for a purpose.  Violations of the rules of
this list will result in stern action.

Reply via email to