Re: Non-interactive command line send

2002-03-14 Thread Jeremy Blosser
On Mar 14, Sven Guckes [[EMAIL PROTECTED]] wrote: > * Simon White <[EMAIL PROTECTED]> [2002-03-14 10:24]: > > I have a script which grabs today's Garfield comic, > > and /should/ then send it on to my wife. > > This is what I have: > > mutt -x -s Daily\ Garfield -a ga$theimg.jpg [EMAIL PROTECTED]

Re: Non-interactive command line send

2002-03-14 Thread Simon White
David, Ralph... > % We have this in German as well. But we use a comma: > % You telepathic fiend, you. > > Same here in the US. *Blush* so I should have used a comma too. My mistake. My English is usually so good, too *sarcastic grin*. -- John Lennon:--v [Simon White. vim/mutt/Linux. [EMAIL P

Re: Non-interactive command line send

2002-03-14 Thread David T-G
Simon & Ralf -- ...and then Ralf Hildebrandt said... % % Am 14.03.2002 um 12:51:27 + schrieb Simon White folgendes: % > % > You telepathic fiend you. (idiomatic word order, for your English notes Sven) % % We have this in German as well. But we use a comma: % You telepathic fiend, you. Sa

Re: Non-interactive command line send

2002-03-14 Thread Ralf Hildebrandt
Am 14.03.2002 um 12:51:27 + schrieb Simon White folgendes: > 14-Mar-02 at 12:39, Sven Guckes ([EMAIL PROTECTED]) wrote / schreibt : > > now, if crontab does all this then you probably have to use "/dir/mutt". > > You telepathic fiend you. (idiomatic word order, for your English notes Sven) W

Re: Non-interactive command line send

2002-03-14 Thread Simon White
14-Mar-02 at 12:39, Sven Guckes ([EMAIL PROTECTED]) wrote / schreibt : > now, if crontab does all this then you probably have to use "/dir/mutt". You telepathic fiend you. (idiomatic word order, for your English notes Sven) > hmm... make mutt use some non-standard setup file then > by applying t

Re: Non-interactive command line send

2002-03-14 Thread Sven Guckes
* Simon White <[EMAIL PROTECTED]> [2002-03-14 10:24]: > I have a script which grabs today's Garfield comic, > and /should/ then send it on to my wife. > This is what I have: > mutt -x -s Daily\ Garfield -a ga$theimg.jpg [EMAIL PROTECTED] echo smooches | mutt -s "Daily Garfield" -a ga$theimg.jpg

Non-interactive command line send

2002-03-14 Thread Simon White
I have seen a few posts about this, but no matter how I try, I am missing something to make mutt send without prompting me for a password for my IMAP account, which is set up in my .muttrc file. I have a script which grabs today's Garfield comic, and /should/ then send it on to my wife. This is