I just found out that for some reason on my new install, when someone sends me a https (encrypted links) link, it won't automatically open up firefox and load that link for me like it will if it's a regular http:// link.
To fix this, I went to ~/.mozilla-thunderbird/[profile_dir]/prefs.js
and added in this line
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
To fix this, I went to ~/.mozilla-thunderbird/[profile_dir]/prefs.js
and added in this line
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
Comment