Why doesn't KMail read mailto cmdline input?

  • Follow


If I enter

$ kmail mailto:email_addr?subject=subject_text

kmail starts up with the destination address filled in but the
subject remains blank.  How do I get kmail to fill in the subject?

I'm using Sidux (Debian Sid) with the latest .deb updates.

Thanks!
0
Reply roby (99) 12/18/2007 3:25:04 PM

In comp.os.linux.misc on Tue, 18 Dec 2007 10:25:04 -0500, Roby
<roby@no-address.net> wrote:

> If I enter
>
> $ kmail mailto:email_addr?subject=subject_text
>
> kmail starts up with the destination address filled in but the
> subject remains blank.  How do I get kmail to fill in the subject?

$ kmail -s "subject_text" foo@example.com

For more options:

$ man kmail


-- 
PJR :-)
0
Reply pjr7052 (149) 12/18/2007 4:33:55 PM


Peter J Ross wrote:

> For more options:
> 
> $ man kmail

I don't seem to have a man entry for kmail on Fedora-8.
Where does it come from?

-- 
Timothy Murphy  
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
0
Reply gayleard (150) 12/18/2007 5:13:06 PM

Peter J Ross wrote:

> In comp.os.linux.misc on Tue, 18 Dec 2007 10:25:04 -0500, Roby
> <roby@no-address.net> wrote:
> 
>> If I enter
>>
>> $ kmail mailto:email_addr?subject=subject_text
>>
>> kmail starts up with the destination address filled in but the
>> subject remains blank.  How do I get kmail to fill in the subject?
> 
> $ kmail -s "subject_text" foo@example.com
> 
> For more options:
> 
> $ man kmail
> 
Ah hah!  I guess I'm tangling with a poor fit between IceWeasel
and KMail.  The mailto:... I described earlier is created by the
Weasel responding to my clicking on an email link in a webpage.
I changed network.protocol-handler.app.mailto to kmail in about.config
to get Weasel to insert the addy.  Guess I must continue cut/pasting
of subject when launching kmail from the browser.

0
Reply roby (99) 12/18/2007 6:06:03 PM

In comp.os.linux.misc on Tue, 18 Dec 2007 17:13:06 +0000, Timothy
Murphy <gayleard@eircom.net> wrote:

> Peter J Ross wrote:
>
>> For more options:
>> 
>> $ man kmail
>
> I don't seem to have a man entry for kmail on Fedora-8.
> Where does it come from?

It looks as if the man page was written by the Debian package
maintainer. Here are the Kmail-specific parts:


SYNOPSIS
 kmail [Qt-options] [KDE-options] [options] [address|URL]

PROGRAM OPTIONS
 -s, --subject <subject>
  Set subject of message.

 -c, --cc <address>
  Send CC: to ‘address’.

 -b, --bcc <address>
  Send BCC: to ‘address’.

 -h, --header <header>
  Add ‘header’ to message.

 --msg <file>
  Read message body from ‘file’.

 --body <text>
  Set body of message.

 --attach <url>
  Add an attachment to the mail. This can be repeated.

 --check
  Only check for new mail.

 --composer
  Only open composer window.

 --view <url>
  View the given message file.

 address
  Send message to ‘address’.

 URL
  Attach the file that ‘URL’ points to.


-- 
PJR :-)
0
Reply pjr7052 (149) 12/18/2007 6:23:38 PM

Peter J Ross wrote:

>>> For more options:
>>> 
>>> $ man kmail
>>
>> I don't seem to have a man entry for kmail on Fedora-8.
>> Where does it come from?
> 
> It looks as if the man page was written by the Debian package
> maintainer. Here are the Kmail-specific parts:
> 
> 
> SYNOPSIS
> kmail [Qt-options] [KDE-options] [options] [address|URL]

Thanks very much.
That's useful.

0
Reply tim549 (905) 12/18/2007 10:27:52 PM

5 Replies
27 Views

(page loaded in 0.216 seconds)

Similiar Articles:






7/3/2012 10:53:55 PM


Reply: