--- mozilla/mail/app/profile/all-thunderbird.js.fix4 2009-03-03 01:24:47 +0300 +++ mozilla/mail/app/profile/all-thunderbird.js 2009-03-03 01:36:15 +0300 @@ -313,8 +313,12 @@ pref("network.protocol-handler.expose.ma pref("network.protocol-handler.warn-external.http", false); pref("network.protocol-handler.warn-external.https", false); pref("network.protocol-handler.warn-external.ftp", false); +pref("network.protocol-handler.app.http", "/usr/bin/xdg-open"); +pref("network.protocol-handler.app.https", "/usr/bin/xdg-open"); +pref("network.protocol-handler.app.ftp", "/usr/bin/xdg-open"); + pref("network.hosts.smtp_server", "mail"); pref("network.hosts.pop_server", "mail"); pref("security.warn_entering_secure", false);