On 10/09, Mikko H�nninen rearranged the electrons to read:
> Try something like this:
>
> set signature="sigmaker.pl `echo ~/.quotes/*` |"
>
> However, this will only expand the list of quotes when your .muttrc is
> read, it won't dynamically update it if you add or remove files to/from
> the directory.
I'm doing something similar to this, but I do it differently.
I actually call my random .sig generator program from my "editor" line
like this:
set editor="randsig ; vim -u ~/.mutt/.vimrc -c 'set tw=72 et' '+/^$'"
set signature="~/.sigs/.signature"
That way, it generates a new signature everytime I send a new message.
Might want to give it a try.
- Jamie