Bug #234541 --> On Mac OS X, clicking on a mailto URL in Firefox or Safari when Thunderbird is already open, fails to open

a compose window. Instead, you get an error failing to find navigator.xul.

Change the value of browser.chrome to point to the messengercompose chrome.
This commit is contained in:
scott%scott-macgregor.org 2005-04-30 00:28:22 +00:00
parent 53ddb5284a
commit f2d8eb9b8e

View File

@ -43,6 +43,7 @@ pref("general.skins.selectedSkin", "classic/1.0");
pref("app.extensions.version", "1.0");
#ifdef XP_MACOSX
pref("browser.chromeURL", "chrome://messenger/content/messengercompose/messengercompose.xul");
pref("mail.biff.animate_dock_icon", false);
#endif