Re: Sending attachments without invoking editor

1999-10-20 Thread Stasinos Konstantopoulos
Op wo. 20 okt 1999 14:11:53 zei Marcin J. Kraszewski: > Thank you very much for your quick replies. I do not have mutt on my > HP-UX machines, that is why I decided to bother this list. I looked > at mail, mailx, elm, and pine, and did not see a way of doing what I > wanted to do from a shell scr

Re: Sending attachments without invoking editor

1999-10-20 Thread Marcin J. Kraszewski
Ralf, Jeremy, Goran, Mikko, David, Ronny, Thank you very much for your quick replies. I do not have mutt on my HP-UX machines, that is why I decided to bother this list. I looked at mail, mailx, elm, and pine, and did not see a way of doing what I wanted to do from a shell script. I'm glad mutt g

Re: Sending attachments without invoking editor

1999-10-20 Thread Jeremy Blosser
Marcin J. Kraszewski [[EMAIL PROTECTED]] wrote: > I do not have mutt on my HP-UX machines, that is why I decided to bother > this list. No worries, but just FYI, there is a copy of the man page (and the manual) at http://www.mutt.org/doc/ -- Jeremy Blosser | [EMAIL PROTECTED] | http://j

Re: Sending attachments without invoking editor

1999-10-20 Thread David DeSimone
Marcin J. Kraszewski <[EMAIL PROTECTED]> wrote: > > Is there a way in mutt to send an attachment from the command line, > without invoking an editor? echo "message text" | mutt -a attachment_file \ [ -a attachment_2 ] \ -s "Subje

Re: Sending attachments without invoking editor

1999-10-20 Thread Mikko Hänninen
Marcin J. Kraszewski <[EMAIL PROTECTED]> wrote on Wed, 20 Oct 1999: > Is there a way in mutt to send an attachment from the command line, > without invoking an editor? I would like to do this from a shell script > on an HP-UX machine. TIA. mutt -a file -s "Message subject" recipient < msg_text W

Re: Sending attachments without invoking editor

1999-10-20 Thread Jeremy Blosser
Marcin J. Kraszewski [[EMAIL PROTECTED]] wrote: > Is there a way in mutt to send an attachment from the command line, > without invoking an editor? I would like to do this from a shell script > on an HP-UX machine. TIA. $ man mutt ... OPTIONS -a file Attach a file to y