K-Meleon
KMeleonWiki > Resources > MacroLibrary > MacroLibrary2 > E-Mail Link
Submitted by:
email_link{ menu=Email &Link open("javascript:{var subject=document.title;var body=location.href;self.location=\'mailto:?subject=\'+subject+\'&body=\'+body;}"); }
macros(email_link)
Comment from Victor:
For the newbies (like me) out there: Edit the preferences (not the macros.cfg/menus.cfg found in C:\Program Files\K-Meleon\defaults\profile). Select Edit/Preferences/Configs and then click on the appropriate tabs (macros and menus). Make the correction pointed out by ccang above and DON'T bother to "pretty" the javascript code; keep it in one line!
Here's the part from the menus.cfg where I stuck my change to make it appear after my Save As option:
&File { &New Window\tCtrl+N = ID_NEW_BROWSER &Open...\tCtrl+O = ID_FILE_OPEN Save &As...\tCtrl+S = ID_FILE_SAVE_AS %ifplugin macros macros(email_link); %endif