The collected works of glennmeyer

I was using the Mozilla suite on IRIX until a few weeks ago, when somebody at SGI told me about Nekochan. I soon found foetz's builds of firefox and thunderbird, which I have already been using on other platforms because, well, firefox is better than IE, Safari, etc. Thanks, foetz! One thing I can't do yet in the foetz version of firefox is use "Send Link" to email a link by invoking Thunderbird, or create an e-mail button in the Firefox Toolbar. Can someone tell me how to install or enable this capability?

Thanks!
cjones wrote:
joerg wrote:
glennmeyer wrote: I was using the Mozilla suite on IRIX until a few weeks ago, when somebody at SGI told me about Nekochan. I soon found foetz's builds of firefox and thunderbird, which I have already been using on other platforms because, well, firefox is better than IE, Safari, etc. Thanks, foetz! One thing I can't do yet in the foetz version of firefox is use "Send Link" to email a link by invoking Thunderbird, or create an e-mail button in the Firefox Toolbar. Can someone tell me how to install or enable this capability?

Thanks!


Ok... maybe I'm missing something, and if so I apologize in advance. But glennmeyer's question in this thread was how to start thunderbird ... or more specifically clicking on a link in somebody's webpage to send a mail and have *that* open up a thunderbird message compose window.

What you're saying in your reply, and the thread that Hakimoto pointed us to is the thread to do the *reverse* - how to kick off an instance of firefox when clicking on a url inside an email message.


-chris


Chris,

You're not missing anything, and what you say is exactly what I'm trying to do.

FYI, I HAVE Linux versions of Firefox that do invoke Thunderbird, without my having to do anything to configure them. One runs on Mepis Linux and the other on Libranet, and both are Firefox 1.0.4. I have yet to figure out why the Thunderbird can be invoked from the Debian version but not in the foetz/SGI version.

Glenn
To answer my own question, here is what I had to do to enable the e-mailing of links from firefox using thunderbird. The following lines were added to Firefox's prefs.js.

user_pref("network.protocol-handler.app.mailto", "<fullpath>");
user_pref("network.protocol-handler.mailto", true);

prefs.js is a file in the user's ~/.mozilla/firefox/<...>.default/ directory, and <fullpath> is the full pathname of thunderbird on your system. For example, on my system it is /usr/nekoware/thunderbird/thunderbird .

prefs.js should be modified after you shut down firefox, or you can add the entries in the about:config page while firefox is runing.

As for finding out why I couldn't add a mail button to my Firefox toolbar, so far I only know that I need a different jar file from the one included with the foetz release. For grins, to test Java protability, I copied a file from a linux system, which gave me a button, but not one that works. ;)