Discussion:
Thunderbird (Os/2) command line useage
(too old to reply)
Thomas Garson
2005-02-08 09:50:09 UTC
Permalink
I am trying to get Thunderbird to load with its composition window
open by clicking on an email link in Fiurefox.

I have everything working, except I can't get Thunderbird to accept
the email URL. I get the composer with no addressee.

"Thunderbirtd--help" gives several command line options, including
this one:
Thunderbird -compose <URL>

I take this to mean "Thunderbird -compose ***@goodoleboy.net"
should start the composition window with an email to joebob. It
doesn't.

What am I doing wrong?
--
Tom Garson
Aural Technology, Ashland, Or.
www.auraltek.bitbucket.com ***@auraltek.bitbucket.com
Loose the .bitbucket for non-spammer email reply or browsing.
s***@nospam.bty.co.uk
2005-02-08 17:26:07 UTC
Permalink
On Tue, 8 Feb 2005 09:50:09 UTC, "Thomas Garson"
Post by Thomas Garson
I am trying to get Thunderbird to load with its composition window
open by clicking on an email link in Fiurefox.
I have everything working, except I can't get Thunderbird to accept
the email URL. I get the composer with no addressee.
"Thunderbirtd--help" gives several command line options, including
Thunderbird -compose <URL>
should start the composition window with an email to joebob. It
doesn't.
What am I doing wrong?
thunderbird -compose
to=<address>,subject=<subject>,cc=<address>,bcc=<address>,body=<text>

as desired.
--
regards

Sid Gale
Kenn
2005-02-08 18:20:23 UTC
Permalink
Post by Thomas Garson
I am trying to get Thunderbird to load with its composition window
open by clicking on an email link in Fiurefox.
I have everything working, except I can't get Thunderbird to accept
the email URL. I get the composer with no addressee.
"Thunderbirtd--help" gives several command line options, including
Thunderbird -compose <URL>
should start the composition window with an email to joebob. It
doesn't.
What am I doing wrong?
Hi Tom,

Well, you have to inform Firefox about your desired e-mail application,
not the other way. Here are some instructions that I copied some time
ago, but should still be relevant.
============
Mozilla / Firefox - External Mail Applications

Here are the entries for the file, prefs.js or user.js, to be entered to
allow Mozilla or Firefox to access an external e-mail client, as found
on Steve Wendt's site,
<http://www.os2bbs.com/os2news/Warpzilla.html>.

External mail apps
Future versions should include support for using an externally
configured default application for email. Until then, you can specify
things manually via these preferences:
user_pref("applications.mailto", "X:\\path\\to\\mail_prog.cmd");
user_pref("applications.mailto.parameters", "\"%url%\"");
user_pref("network.protocol-handler.external.mailto", true);

============
HTH.
--
Ciao,
Kenn
________________________________________________________

Always act as if life is a joyous journey. - K.A. Yuill
________________________________________________________
Peter Weilbacher
2005-02-09 10:39:22 UTC
Permalink
Post by Thomas Garson
Thunderbird -compose <URL>
should start the composition window with an email to joebob. It
doesn't.
What am I doing wrong?
Don't know but a real URL is of the form mailto:***@goodoleboy.net
and that works here. But your method without mailto: at least opens a
compose window and puts the cursor into the empty To: field...
--
Cheers, Peter.
Please reply in newsgroup
Unofficial Mozilla builds: http://weilbacher.org/Mozilla/builds.html
Steve's Warpzilla Tips: http://www.os2bbs.com/os2news/Warpzilla.html
Loading...