|
|
|
|
|||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
firefox and thunderbird
yesitsme wrote:
Smitty wrote: >>How would I configure firefox and thunderbird so that they work together: >>In other words, when I click on a link in email, firefox is called to open the >>url and when I click on a mailto link on a webpage, thunderbird is called to >>display an email page? I am using suse linux 9.1 >>Regards, >>Smitty > >> In Thunderbird : Tools - - in Genenal Settings click 'use Thunderbird as the default mail Application' , and it will be somerthing similat in Mozilla . jason There is no such means to alter this parameter as you describe. That is, there is no under Tools or even any general settings. Nor is there anything like that in Firefox. I speculate you are thinking of another browser-email client. mozilla-browser mailing list mozilla-browser (AT) mozilla (DOT) org |
|
#2
|
|||
|
|||
|
firefox and thunderbird
>>Smitty wrote: >> >> How would I configure firefox and thunderbird so that they work together: In other words, when I click on a link in email, firefox is called to open the url and when I click on a mailto link on a webpage, thunderbird is called to display an email page? I am using suse linux 9.1 Regards, Smitty [snip] You need to add prefs to the all-thunderbird.js file to invoke firefox as follows, changing "/opt/firefox" to the firefox installation directory on your system that contains the executable firefox script: pref("", "/opt/firefox/firefox"); pref("", "/opt/firefox/firefox"); pref("", "/opt/firefox/firefox"); all-thunderbird.js is in the defaults/pref subdirectory of the thunderbird installation directory. Also add the following line to firefox.js file in the defaults/pref subdirectory of the firefox installation directory: pref("","/opt/thunderbird/thunderbird"); Change "/opt/thunderbird" to the thunderbird installation directory on your system containing the executable thunderbird script. The above works on Sun Solaris and will probably work on any linux system. mozilla-browser mailing list mozilla-browser (AT) mozilla (DOT) org |
|
#3
|
|||
|
|||
|
firefox and thunderbird
04/19/05 13:09, Hugh Coomes wrote:
>> >> Smitty wrote: How would I configure firefox and thunderbird so that they work together: In other words, when I click on a link in email, firefox is called to open the url and when I click on a mailto link on a webpage, thunderbird is called to display an email page? I am using suse linux 9.1 Regards, Smitty [snip] You need to add prefs to the all-thunderbird.js file to invoke firefox as follows, changing "/opt/firefox" to the firefox installation directory on your system that contains the executable firefox script: pref("", "/opt/firefox/firefox"); pref("", "/opt/firefox/firefox"); pref("", "/opt/firefox/firefox"); all-thunderbird.js is in the defaults/pref subdirectory of the thunderbird installation directory. Also add the following line to firefox.js file in the defaults/pref subdirectory of the firefox installation directory: pref("","/opt/thunderbird/thunderbird"); Change "/opt/thunderbird" to the thunderbird installation directory on your system containing the executable thunderbird script. The above works on Sun Solaris and will probably work on any linux system. You should be adding those to the user.js file in your profile, not that location (if the file doesn't exist, you can create it). you can set them in about:config. In Firefox, that can be accessed by typing "about:config" in the address bar, and in Thunderbird, it can be accessed with the AboutConfig extension: <> <> <> <> (Yes, I /have/ to provide four different locations to get it from.) -- It's "Firefox", not "FireFox" or "Foxfire", and the version number is "1.0.3", not "1.03" or "10.3" or "1.3" or anything else. </pet peeves> , also, Java and JavaScript are not the same thing. :-) mozilla-browser mailing list mozilla-browser (AT) mozilla (DOT) org |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Mozilla > firefox and thunderbird |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|