Jump to content

Linking Firefox to Thunderbird


Recommended Posts

Hey All,

I am trying get my firefox mailto links to open up in thunderbird.

I have added the following to prefs.js file:

 

user_pref("network.protocol-handler.app.mailto", "/usr/bin/mozilla-thunderbird");

 

The only problem is if thunderbird is already open I get the profile chooser.

Im sure Im not giving the proper command, can you help me out?

Thanks,

 

 

Moved from Software to Terminal Shell Commands, Kernel and Programming - Artificial Intelligence

Link to comment
Share on other sites

  • 5 weeks later...

I found it:

http://www.crazysquirrel.com/debian/firefox-mailto.php

 

Only problem is, you need Cooker packages for it to work. The current official pkgs are semi-broken.

The pkgs you'll need are:

mozilla-enigmail-1.7.5-6mdk.i586.rpm

mozilla-enigmime-1.7.5-6mdk.i586.rpm

mozilla-firefox-1.0-10mdk.i586.rpm

mozilla-thunderbird-1.0-5mdk.i586.rpm

mozilla-1.7.5-6mdk.i586.rpm

libnss3-1.7.5-6mdk.i586.rpm

libnspr4-1.7.5-6mdk.i586.rpm

mozilla-mail-1.7.5-6mdk.i586.rpm

 

Those are the current version numbers as of this moment, as Cooker updates constantly, those version numbers could be different by the time I hit the submit button. Installing those will make you uninstall Galeon and I'm not sure what dependencies a Cooker Galeon pkg requires and I don't really care about Galeon.

Be warned: Mixing Cooker and Official pkgs can be dangerous on the continued stability of your system. I am a very experienced user (by 'experienced' I mean I've hosed/broken/toasted/borked a few installations).

Edited by Steve Scrimpshire
Link to comment
Share on other sites

I've got the opposite problem. When I clink on html links that come to my inbox in thunderbird, firefox will open up but is only directed to my homepage. I have to copy links out of e-mails into the firefox address bar which is a pain. Is there any way to fix this?

 

Mahalo....

Link to comment
Share on other sites

That fix above should also open a new tab if firefox is already opened. That's the nature of the mozffremote script itself. It works that way here. Have a look at /usr/bin/mozffremote and you'll see what I mean.

 

Well, actually, I may have edited my mozffremote now that I think about it. Here's my /usr/bin/mozffremote:

if mozilla-firefox -a firefox -remote "ping()" 2> /dev/null ; then

    if [ -z "$1" ]; then

mozilla-firefox -a firefox -remote "xfeDoCommand (openBrowser)"

    else

mozilla-firefox -a firefox -remote "openURL($1,new-tab)"

    fi

else

    mozilla-firefox $1 &

fi

 

Yours may say new-window in the bold part. Note that changing this will change the behavior for every link you click in other apps as well...at least ones that respect the gnome-config.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...