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
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
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
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
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
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