<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>The Open Source Weblog</title>
<link>http://opensource.weblogsinc.com</link>
<description>The Open Source Weblog</description>
<image>
<url>http://opensource.weblogsinc.com/media/feedlogo.gif</url>
<title>The Open Source Weblog</title>
<link>http://opensource.weblogsinc.com</link>
</image>
<language>en-us</language>
<copyright>Copyright 2009 Blogsmith, LLC. The contents of this feed are available for non-commercial use only.</copyright>
<generator>Blogsmith http://www.blogsmith.com/</generator><item><title>Send email from Firefox with KMail</title><link>http://opensource.weblogsinc.com/2006/03/27/send-email-from-firefox-with-kmail/</link><guid isPermaLink="true">http://opensource.weblogsinc.com/2006/03/27/send-email-from-firefox-with-kmail/</guid><comments>http://opensource.weblogsinc.com/2006/03/27/send-email-from-firefox-with-kmail/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://opensource.weblogsinc.com/category/firefox/" rel="tag">firefox</a>, <a href="http://opensource.weblogsinc.com/category/kmail/" rel="tag">kmail</a></p><p>Major annoyance: clicking on <code>mailto</code> links in Firefox doesn't open the email app I want to use, KMail.Another related major annoyance: going to <code>File &gt; Send Link</code> in Firefox doesn't open the email app I wantto use, KMail. The solution? Find your profile folder for Firefox; more than likely you'll find it at<code>/home/[username]/.mozilla/firefox/[random-letters-n-numbers]/</code>. In that folder, if you have a file named<code>user.js</code>, open it with a text editor; otherwise, create it and open it with a text editor. Add thefollowing lines:</p>
<p><code>// File &gt; Send Link uses Kmail <br/>user_pref("network.protocol-handler.app.mailto","kmailservice");</code></p>
<p>The 1st line is a comment describing what we're doing; the 2nd line performs the magic. Save &amp; close<code>user.js</code>, restart Firefox, go to a web page, and choose <code>File &gt; Send Link</code>. An email messageusing KMail should open. Ahhhhh!</p>
<p>(And yes, I wrote a book about Firefox - <ahref="http://www.amazon.com/exec/obidos/tg/detail/-/0596009399/qid=1128892799/"><em>Don't Click on the Blue E!:Switching to Firefox</em></a> - that you might find interesting.)</p>
<p><em>(Check out all of our posts on <a href="http://opensource.weblogsinc.com/search/?q=firefox">Firefox</a> and <ahref="http://opensource.weblogsinc.com/search/?q=kmail">KMail</a>.)</em></p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://opensource.weblogsinc.com/2006/03/27/send-email-from-firefox-with-kmail/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/forward/602689/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://opensource.weblogsinc.com/2006/03/27/send-email-from-firefox-with-kmail/#comments" title="View reader comments on this entry">Comments</a><br />]]></description><dc:creator>Scott Granneman</dc:creator><dc:date>2006-03-27T11:16:00+00:00</dc:date></item></channel></rss>