Support Forums
remedy for not getting email client invoked - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Networking, Wifi, and Internet Connection Help (https://www.supportforums.net/forumdisplay.php?fid=29)
+----- Forum: Web Browser Help (https://www.supportforums.net/forumdisplay.php?fid=45)
+------ Forum: Firefox Browser (https://www.supportforums.net/forumdisplay.php?fid=65)
+------ Thread: remedy for not getting email client invoked (/showthread.php?tid=8714)



remedy for not getting email client invoked - joseph - 09-02-2007

Here is an observation I made after my Firefox 2.0 (running on Windows XP) lost its ability to invoke preferred email client in response to clicking on 'mailto' links.
In my case it happened after I uninstalled Google Toolbar because it changed the 'mailto' handler to Gmail without my decision.
The problem happens to be related to a single line in the Java script file named 'Prefs' belonging to the Firefox profile folder:
user_pref("network.protocol-handler.external.mailto", false);
Google Toolbar uninstaller leaves this line with "false" which effectively prevents invoking system-wide default email client.
Changing "false" to "true" restores the proper behavior of Firefox.
Joseph