Re: including signature when mailing from the command line

2002-04-18 Thread David Champion
* On 2002.04.18, in <[EMAIL PROTECTED]>, * "Eric Smith" <[EMAIL PROTECTED]> wrote: > Could someone suggest why this dont include the signature in the email: > [eric@cherry ~] 1 $ mutt eric@localhost -s'test signature when mailing from command >line' cat /tmp/sig > set signature="echo Eric S

Re: including signature when mailing from the command line

2002-04-18 Thread Sven Guckes
* Eric Smith <[EMAIL PROTECTED]> [2002-04-18 20:10]: > Could someone suggest why this dont include the signature in the email: > $ mutt eric@localhost -s test $ cat /tmp/sig > set signature="echo Eric Smith|"' the option "-F" specifies a *setup* file - but your's contains the signature itself.

including signature when mailing from the command line

2002-04-18 Thread Eric Smith
Could someone suggest why this dont include the signature in the email: [eric@cherry ~] 1 $ mutt eric@localhost -s'test signature when mailing from command line'