|
|

楼主 |
发表于 2004-7-2 10:53:32
|
显示全部楼层
谢谢大家的回复。
0.9 就没有这个选项了。现在刚刚解决:
firefox: prefs.js:
- user_pref("network.protocol-handler.app.mailto", "thunderbird");
- user_pref("network.protocol-handler.expose.mailto", true);
复制代码
thunderbird:prefs.js
- user_pref("network.protocol-handler.app.http", "firefox");
- user_pref("network.protocol-handler.external.http", true);
复制代码 |
|