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]
> 
>   echo smooches | mutt -s "Daily Garfield" -a ga$theimg.jpg [EMAIL PROTECTED]

FWIW you can also just redirect stdin from something like /dev/null if you
want a completely empty body.  Pretty standard *nix stuff.

mutt -s foo [EMAIL PROTECTED] -a img.jpg </dev/null

Attachment: msg25542/pgp00000.pgp
Description: PGP signature

Reply via email to