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
Родитель faad603663
Коммит b3928f8f04
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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