Re: thunderbird
Doug Barton <[email protected]> Fri, 16 Sep 2005 23:55:04 -0700
| Newsgroups | gmane.compw.window-managers.windowmaker.user |
|---|---|
| Message-ID | <[email protected]> |
sujit sinha wrote:
> Hello All,
>
> I can't donfigure thunderbird in the sense that if someone sends me a
> http link with the email then if Iclick it nothing happens. How do I
> tell thunderbird to go and open firefox with that link?
This isn't a windowmaker problem, it's more generic than that. It's easily
fixed though. Shut down thunderbird, and create a file called user.js in
your ~/.thunderbird/*.default/ directory with the following entries:
user_pref("network.protocol-handler.app.http", "firefox");
user_pref("network.protocol-handler.app.https", "firefox");
Then start thunderbird, and as long as firefox is in the same path, you
should be fine.
You can read about other things you can modify this way by searching for
"mozilla user.js". I find the following useful:
user_pref("mailnews.headers.showUserAgent", true);
user_pref("mailnews.headers.showOrganization", true);
hth,
Doug
--
If you're never wrong, you're not trying hard enough
_______________________________________________
INFO: https://windowmaker.org/lists/listinfo/wm-user
ARCHIVE: https://windowmaker.org/lists/archive/wm-user/
FAQ: http://windowmaker.org/faq.html