LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 679|回复: 5

FireFox 和 ThunderBird

[复制链接]
发表于 2004-6-22 22:12:16 | 显示全部楼层 |阅读模式
如何设置FireFox使之mailto的地址用Thunderbird打开,
同样Thunderbird中的http地址用FireFox打开?
发表于 2004-7-1 23:26:33 | 显示全部楼层
FireFox:
首选项 -> 助手应用程序 -> 邮件
发表于 2004-7-1 23:27:17 | 显示全部楼层
我更喜欢 Opera
发表于 2004-7-2 08:10:59 | 显示全部楼层
FireFox:
首选项 -> 助手应用程序 -> 邮件

Can't see it anywhere, could you identify it with more details?
 楼主| 发表于 2004-7-2 10:53:32 | 显示全部楼层
谢谢大家的回复。
0.9 就没有这个选项了。现在刚刚解决:
firefox: prefs.js:

  1. user_pref("network.protocol-handler.app.mailto", "thunderbird");
  2. user_pref("network.protocol-handler.expose.mailto", true);
复制代码


thunderbird:prefs.js


  1. user_pref("network.protocol-handler.app.http", "firefox");
  2. user_pref("network.protocol-handler.external.http", true);
复制代码
发表于 2004-7-2 17:53:58 | 显示全部楼层
Thanks
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表