Re: filenames from attached files

1999-11-23 Thread Mike Bell
On Tue, Nov 23, 1999 at 06:22:44PM -0500, Mike Schwendener wrote: > > No, in this way, mutt waits for user input, and I want it to work in batch mode. > > Thanks anyway. Well, just append < /dev/null to it to fix that.

Re: filenames from attached files

1999-11-23 Thread Mike Schwendener
No, in this way, mutt waits for user input, and I want it to work in batch mode. Thanks anyway. > > Hi Mike! > > > Try it as: > > mutt -a test.pdf -s "subject here" [EMAIL PROTECTED] -i messagebody.txt > > Sean > > On Tue, 23 Nov 1999, Mike Schwendener wrote: > > > Hello all, > > > > I'

Re: filenames from attached files

1999-11-23 Thread Sean Rima
Hi Mike! Try it as: mutt -a test.pdf -s "subject here" [EMAIL PROTECTED] -i messagebody.txt Sean On Tue, 23 Nov 1999, Mike Schwendener wrote: > Hello all, > > I'm trying to use mutt to send a message, with an attached pdf file. > I do something like this: > > mutt -a test.pdf -s "subject h

Re: filenames from attached files

1999-11-23 Thread Dennis Moore
On Tue, Nov 23, 1999 at 02:38:10PM -0500, Mike Schwendener wrote: > Hello all, > > I'm trying to use mutt to send a message, with an attached pdf file. > I do something like this: > > mutt -a test.pdf -s "subject here" [EMAIL PROTECTED] < messagebody.txt > > Everything works fine, except the na

filenames from attached files

1999-11-23 Thread Mike Schwendener
Hello all, I'm trying to use mutt to send a message, with an attached pdf file. I do something like this: mutt -a test.pdf -s "subject here" [EMAIL PROTECTED] < messagebody.txt Everything works fine, except the name of the attached file gets lost. The name comes out as "NoName". The same thing