* Michael Montagne <[EMAIL PROTECTED]> [020307 16:33]:
> >On 07/03/02, from the brain of Michael Montagne tumbled:
> > I'm configuring my KDE clipboard menu to use Mutt.  I want to
> > be able to mail a URL string that is highlighted.  What
> > command line arguments can I use to insert the string
> > represented by "%s"?  The string used for the "mailto:"; link
> > is: konsole -e mutt `echo "%s" | sed 's/mailto://g'` It
> > doesn't seem to bring up mutt however, so I'm not sure it
> > works either.  If I can just get a command line string that
> > works, I can figure out how to get mutt to come up.
> Oops not subject.  I mean BODY.  I want the URL to be in the BODY.

when %s represents the URL:
  echo %s  | mutt address

when %s represents the mail address:
  echo URL | mutt %s

> On 07/03/02, from the brain of Michael Montagne tumbled

*sigh*
see sig.

Sven

-- 
Sven Guckes  [EMAIL PROTECTED]
LEARN TO     http://www.math.fu-berlin.de/~guckes/faq/attribution.html
ATTRIBUTE!   http://learn.to/attribute
Summary:     Name+Address of the author; short date+time optional.

Reply via email to