SubscribeThese steps will allow opening your desired email client when operating in Firefox and using its menus, or when activating an email link on a Firefox page:
1. In Firefox's Location (URL) Bar, enter "about:config" and then pressor click "Go".
2. With the cursor in the body of the resulting page,the mouse.
3. From the pop-up menu, select "New".
4. From the next pop-up menu, select "String".
5. In the pop-up dialog box "Enter preference name", enter "network.protocol-handler.app.mailto" (without quotes), and click "OK" (You might wish to cut-and-paste that phrase to ensure correct spelling).
6. In the pop-up dialog box "? network.protocol-handler.app.mailto", enter "/usr/bin/kmail" without quotes [or the actual filesystem location of your desired email client] and click "OK". This should be the Full Path of the program, i.e. "/user/bin/kmail", not just the path "/usr/bin".
In my case the line entered looked like this.........
network.protocol-handler.app.mailto /usr/bin/kmail
Without restarting Firefox, you can test by opening or switching to another tab. from the Firefox top menu select, "File -> Send Link". Your desired email client should open.
If that doesn't happen, redo your steps, ensuring the spelling of your entries is correct, and ensure the actual Full Path of your desired mail client is entered.
Locate chrome\browser.jar and browse inside this file (e.g. with 7-Zip).
Locate (inside browser.jar) content\browser\browser.js and open using your text editor.
Search for sendLink : function () and modify appropriately. (I'll leave that bit up to you...)
(You could also add a second menu item, following the directions here, which is where I found out where menu items were stored in the first place.)
posted by anaelith at 5:10 PM on July 9, 2007