On Mon, Oct 30, 2000 at 06:37:55PM -0200, Rodrigo Rezende wrote:

> when I  use mutt e-mail -s "subject" -a <file>  ....  the program opens a vi
> screen that is to type something...
> 
> I don't want to use that.. I just only want to type the command and send the
> e-mail with the attachment.
> 
> Does anyone know how to do that???

You should use /dev/null as standart input.  So, your string will looks like the 
following: mutt -s "subj" -a <file> < /dev/null.

-- 
WBR & WBW, Vitaly.

Reply via email to