[EMAIL PROTECTED] writes:
> Hi All
> How can I add the output from fortune in my sig.
> Id like to keep my sig below and have fortune append its output below
> I think that would be *really* cool.... ;)
From the manual:
6.3.148. signature
Type: string
Default: ~/.signature
Specifies the filename of your signature, which is appended to all
outgoing messages. If the filename ends with a pipe (``|''), it is
assumed that filename is a shell command and input should be read from
its stdout.
I'm using:
$ grep "^set signature" ~/.muttrc
set signature="~/bin/sparc/fortune -s |pr -t -e|"
You could put a script here which echoes the signature and adds the fortune.