<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brendan Nee &#187; email</title>
	<atom:link href="http://bnee.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://bnee.com</link>
	<description>Brendan Nee Online</description>
	<lastBuildDate>Tue, 09 Mar 2010 01:11:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Make mailto: links open in gmail in Google Chrome browser (Windows XP &amp; Vista)</title>
		<link>http://bnee.com/2008/09/make-mailto-links-open-in-gmail-in-google-chrome-browser-windows-xp-and-vista/</link>
		<comments>http://bnee.com/2008/09/make-mailto-links-open-in-gmail-in-google-chrome-browser-windows-xp-and-vista/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:18:36 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mailto]]></category>

	<!-- AutoMeta Start -->
	<category>chrome</category>
	<category>domain’s</category>
	<category>domain”</category>
	<category>domain</category>
	<category>ubuntu</category>
	<category>“mail</category>
	<category>mail</category>
	<category>mailto</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.bnee.com/?p=172</guid>
		<description><![CDATA[<a href=http://bnee.com/2008/09/make-mailto-links-open-in-gmail-in-google-chrome-browser-windows-xp-and-vista/><img src=http://bnee.com/wp-content/uploads/2008/09/64px-googlechromelogo.png class=imgtfe hspace=5 align=left width=150  border=0></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://bnee.com/wp-content/uploads/2008/09/64px-googlechromelogo.png" alt="" title="64px-googlechromelogo" width="64" height="61" class="alignright size-full wp-image-173" />I&#8217;ve been rocking <a href="http://www.google.com/chrome">Google&#8217;s new web browser Chrome</a> for the last few days and really like it.  Browsing craigslist and clicking on email mailto: links I realized there isn&#8217;t an obvious way to force these links to open a gmail window in Chrome.  Most Windows systems will have the default mailto handler set as Outlook Express.</p>
<p>One option is to install the <a href="http://toolbar.google.com/gmail-helper">gmail notifier program</a>.  I opted instead for a quick change to the Windows filetype settings.</p>
<p>Note that following these instructions will cause all mailto links to open in Google Chrome, even if you are browsing in Firefox, Safari or (gasp) Internet Explorer so make sure you want to use google Chrome as your primary browser before continuing.  In Firefox, you can go to Tools->Options->Applications and configure &#8220;mailto&#8221; to set Firefox to use gmail for mailto links and not the system default (thanks to Eric for the tip).</p>
<h2>WIndows XP</h2>
<p>In any windows explorer window (except desktop):</p>
<ul>
<li>Go to Tools > Folder Options > File Types </li>
<li>Near the top of the list of filetypes, click on &#8220;URL:Mailto Protocol&#8221; </li>
<li>Click on &#8220;Advanced&#8221; </li>
<li>With &#8220;open&#8221; highlighted, click on &#8220;Edit&#8221; </li>
<li>Change the application to:
<div  style="padding:15px;">
<pre>"C:\Pathto\chrome.exe" https://mail.google.com/mail?extsrc=mailto&#038;url=%1</pre>
</div>
</li>
</ul>
<p>This should all be on one line with a space between the quotation mark after the path info and the https.  My path was &#8220;C:\Documents and Settings\Brendan\Local Settings\Application Data\Google\Chrome\Application\chrome.exe&#8221;  To find yours, just right click on a google Chrome shortcut (like the one in your start menu), go to &#8220;properties&#8221; and copy the &#8220;Target&#8221; field.</p>
<h2>Windows Vista</h2>
<p>Thanks to Ed H. in the comments below for these instructions</p>
<ul>
<li>Open your registry editor (Type &#8220;regedit&#8221; at your start menu)</li>
<li>Navigate to HKEY_CLASSES_ROOT\mailto\shell\open\command</li>
<li>Edit the (Default) command from whatever it is (right click and select modify) to:
<div  style="padding:15px;">
<pre>"C:\Pathto\chrome.exe" https://mail.google.com/mail?extsrc=mailto&#038;url=%1</pre>
</div>
</li>
</ul>
<p>In Vista, your path will be something like &#8220;C:\Users\Brendan\AppData\Local\Google\Chrome\Application\chrome.exe &#8221; with &#8220;Brendan&#8221; being your username.</p>
<h2>Ubuntu</h2>
<p>How-To Geek has great instructions on <a href="http://www.howtogeek.com/howto/ubuntu/set-gmail-as-default-mail-client-in-ubuntu/">how to accomplish this in ubuntu</a>.</p>
<h2>Open with Google Apps</h2>
<p>Another tip from Ed H. in the comments:</p>
<blockquote><p>If you have “Google Apps for your Domain” (i.e. you’re having Google host your domain’s email,) you can customize it for your domain by changing the URL above so that instead of “mail.google.com/mail?…” it reads “mail.google.com/a/yourdomainhere.com?…” (obviously, use the rest of the URL mentioned above after the question mark; and use your domain instead of “yourdomainhere.com”.)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bnee.com/2008/09/make-mailto-links-open-in-gmail-in-google-chrome-browser-windows-xp-and-vista/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
	</channel>
</rss>
