<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Changing how I handle emails</title>
	<atom:link href="http://www.mattcutts.com/blog/changing-how-i-handle-emails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:35:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anzelm</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-438538</link>
		<dc:creator>Anzelm</dc:creator>
		<pubDate>Tue, 15 Dec 2009 05:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-438538</guid>
		<description>Hiring an assistant may be a good option there..</description>
		<content:encoded><![CDATA[<p>Hiring an assistant may be a good option there..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-263435</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Tue, 03 Mar 2009 07:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-263435</guid>
		<description>I&#039;m still on the ground. I founded my own company recently, and it had a significant success (higher than my expectations). Thus, handling company emails became a problem. We use Google Apps.

Then, I discovered an amazing feature on GMail (Google Mail) - filter!

I have created several labels: Urgent, within 15 minutes, within 30 minutes, within 1 hour and whenever.

Now, since I know that Joe from the marketing sector is going to bug me about some useless stuff (sorry, Joe!), I command (through filter) all messages that come from joe.j@bogmil.com to be automatically labeled as &quot;whenever&quot; and be marked as read.

However, when I get an email from my investor, it is automatically starred, and labeled as urgent.

Works pretty good!</description>
		<content:encoded><![CDATA[<p>I&#8217;m still on the ground. I founded my own company recently, and it had a significant success (higher than my expectations). Thus, handling company emails became a problem. We use Google Apps.</p>
<p>Then, I discovered an amazing feature on GMail (Google Mail) &#8211; filter!</p>
<p>I have created several labels: Urgent, within 15 minutes, within 30 minutes, within 1 hour and whenever.</p>
<p>Now, since I know that Joe from the marketing sector is going to bug me about some useless stuff (sorry, Joe!), I command (through filter) all messages that come from <a href="mailto:joe.j@bogmil.com">joe.j@bogmil.com</a> to be automatically labeled as &#8220;whenever&#8221; and be marked as read.</p>
<p>However, when I get an email from my investor, it is automatically starred, and labeled as urgent.</p>
<p>Works pretty good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmee</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-123976</link>
		<dc:creator>Timmee</dc:creator>
		<pubDate>Thu, 13 Mar 2008 18:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-123976</guid>
		<description>Regarding the &#039;spam protection&#039; script.  I have the same little script on some of our web forms (and no, I didn&#039;t copy you).  However, this past weekend I&#039;ve received over 200 spam-mails through one of the forms.  My way to take care of that:

Make it so they have to be able to &#039;read&#039; it.  i.e. instead of 10+4, ten plus four.  Seems to be working...

		 &#039;zero&#039;,1 =&gt; &#039;one&#039;,2 =&gt; &#039;two&#039;,3 =&gt; &#039;three&#039;,4 =&gt; &#039;four&#039;,5 =&gt; &#039;five&#039;,6 =&gt; &#039;six&#039;,7 =&gt; &#039;seven&#039;,8 =&gt; &#039;eight&#039;,9 =&gt; &#039;nine&#039;,10 =&gt; &#039;ten&#039;,11 =&gt; &#039;eleven&#039;,12 =&gt; &#039;twelve&#039;,13 =&gt; &#039;thirteen&#039;,14 =&gt; &#039;fourteen&#039;,15 =&gt; &#039;fifteen&#039;,16 =&gt; &#039;sixteen&#039;,17 =&gt; &#039;seventeen&#039;,18 =&gt; &#039;eighteen&#039;,19 =&gt; &#039;nineteen&#039;,20=&gt;&#039;twenty&#039;);
/* element number not needed in array, but added for reference */		
		
		$numa=rand(1,20);
		$numb=rand(1,20);
		$numc=($numa+$numb);

$filepointer=fopen(&#039;verify.txt&#039;,&#039;w&#039;);
fwrite($filepointer, $numc);
fclose($filepointer);
		
				echo &#039;&lt;b&gt;&#039;.$numbers[$numa]?&gt;&#160;&lt;/b&gt;plus&lt;b&gt;&#160;&lt;?echo $numbers[$numb].&#039;&lt;/b&gt;&#039; ?&gt;</description>
		<content:encoded><![CDATA[<p>Regarding the &#8217;spam protection&#8217; script.  I have the same little script on some of our web forms (and no, I didn&#8217;t copy you).  However, this past weekend I&#8217;ve received over 200 spam-mails through one of the forms.  My way to take care of that:</p>
<p>Make it so they have to be able to &#8216;read&#8217; it.  i.e. instead of 10+4, ten plus four.  Seems to be working&#8230;</p>
<p>		 &#8216;zero&#8217;,1 =&gt; &#8216;one&#8217;,2 =&gt; &#8216;two&#8217;,3 =&gt; &#8216;three&#8217;,4 =&gt; &#8216;four&#8217;,5 =&gt; &#8216;five&#8217;,6 =&gt; &#8217;six&#8217;,7 =&gt; &#8217;seven&#8217;,8 =&gt; &#8216;eight&#8217;,9 =&gt; &#8216;nine&#8217;,10 =&gt; &#8216;ten&#8217;,11 =&gt; &#8216;eleven&#8217;,12 =&gt; &#8216;twelve&#8217;,13 =&gt; &#8216;thirteen&#8217;,14 =&gt; &#8216;fourteen&#8217;,15 =&gt; &#8216;fifteen&#8217;,16 =&gt; &#8217;sixteen&#8217;,17 =&gt; &#8217;seventeen&#8217;,18 =&gt; &#8216;eighteen&#8217;,19 =&gt; &#8216;nineteen&#8217;,20=&gt;&#8217;twenty&#8217;);<br />
/* element number not needed in array, but added for reference */		</p>
<p>		$numa=rand(1,20);<br />
		$numb=rand(1,20);<br />
		$numc=($numa+$numb);</p>
<p>$filepointer=fopen(&#8216;verify.txt&#8217;,'w&#8217;);<br />
fwrite($filepointer, $numc);<br />
fclose($filepointer);</p>
<p>				echo &#8216;<b>&#8216;.$numbers[$numa]?&gt;&nbsp;</b>plus<b>&nbsp;&lt;?echo $numbers[$numb].&#8217;</b>&#8216; ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann White</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-121627</link>
		<dc:creator>Ann White</dc:creator>
		<pubDate>Tue, 29 Jan 2008 02:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-121627</guid>
		<description>Email and other repetitive tasks can be cut down by letting your actual correspondents know you don&#039;t check email until lunch time, or by even cutting it down to one or two days a week.  If you set up your folder or labels for folks you want to hear from, as mentioned above, that helps. 
Anything not sorted can then be scanned for junk by the subject line and mass deleted. Some good ideas for freeing up time and using energy for doing what you eant to do can be found at http://www.jamesbrausch.org</description>
		<content:encoded><![CDATA[<p>Email and other repetitive tasks can be cut down by letting your actual correspondents know you don&#8217;t check email until lunch time, or by even cutting it down to one or two days a week.  If you set up your folder or labels for folks you want to hear from, as mentioned above, that helps.<br />
Anything not sorted can then be scanned for junk by the subject line and mass deleted. Some good ideas for freeing up time and using energy for doing what you eant to do can be found at <a href="http://www.jamesbrausch.org" rel="nofollow">http://www.jamesbrausch.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unknown</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-119957</link>
		<dc:creator>Unknown</dc:creator>
		<pubDate>Thu, 03 Jan 2008 05:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-119957</guid>
		<description>I get hundreds of emails a day
Its very time consuming and i starting to think i should hire someone :)</description>
		<content:encoded><![CDATA[<p>I get hundreds of emails a day<br />
Its very time consuming and i starting to think i should hire someone <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Messinge</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-111021</link>
		<dc:creator>Messinge</dc:creator>
		<pubDate>Wed, 15 Aug 2007 02:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-111021</guid>
		<description>Here here for MadGenius!

Wired magazine had a good snippet a few months ago called &#039;how to get shit done&#039; at http://www.wired.com/wired/archive/14.08/howtodesk.html - not advocating email bankruptcy but good general tips for day to day that would help make more time for email...</description>
		<content:encoded><![CDATA[<p>Here here for MadGenius!</p>
<p>Wired magazine had a good snippet a few months ago called &#8216;how to get shit done&#8217; at <a href="http://www.wired.com/wired/archive/14.08/howtodesk.html" rel="nofollow">http://www.wired.com/wired/archive/14.08/howtodesk.html</a> &#8211; not advocating email bankruptcy but good general tips for day to day that would help make more time for email&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marie Carnes</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110363</link>
		<dc:creator>Marie Carnes</dc:creator>
		<pubDate>Sat, 04 Aug 2007 18:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110363</guid>
		<description>Twitter more, email less.</description>
		<content:encoded><![CDATA[<p>Twitter more, email less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110149</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 01 Aug 2007 04:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110149</guid>
		<description>Good advice. I drown in email. And I then worry that sometimes I&#039;m missing something important!</description>
		<content:encoded><![CDATA[<p>Good advice. I drown in email. And I then worry that sometimes I&#8217;m missing something important!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bergy</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110088</link>
		<dc:creator>Bergy</dc:creator>
		<pubDate>Mon, 30 Jul 2007 22:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110088</guid>
		<description>Wow.  I can&#039;t believe you&#039;d never eaten at Buck&#039;s before!  That&#039;s one of my favorite places.  You should go there for a brunch sometime... their coffeecake is to DIE for.</description>
		<content:encoded><![CDATA[<p>Wow.  I can&#8217;t believe you&#8217;d never eaten at Buck&#8217;s before!  That&#8217;s one of my favorite places.  You should go there for a brunch sometime&#8230; their coffeecake is to DIE for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zwetan</title>
		<link>http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110041</link>
		<dc:creator>zwetan</dc:creator>
		<pubDate>Mon, 30 Jul 2007 09:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/changing-how-i-handle-emails/#comment-110041</guid>
		<description>well I know a great google tech talk that could help you :)

Inbox Zero

video here
http://video.google.com/videoplay?docid=973149761529535925&amp;q=user%3A%22Google+engEDU%22&amp;pr=goog-sl

related blog posts here
http://www.43folders.com/izero/

I tried it this weekend, in my case it works great :)

cheers,
zwetan</description>
		<content:encoded><![CDATA[<p>well I know a great google tech talk that could help you <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Inbox Zero</p>
<p>video here<br />
<a href="http://video.google.com/videoplay?docid=973149761529535925&amp;q=user%3A%22Google+engEDU%22&amp;pr=goog-sl" rel="nofollow">http://video.google.com/videoplay?docid=973149761529535925&amp;q=user%3A%22Google+engEDU%22&amp;pr=goog-sl</a></p>
<p>related blog posts here<br />
<a href="http://www.43folders.com/izero/" rel="nofollow">http://www.43folders.com/izero/</a></p>
<p>I tried it this weekend, in my case it works great <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>cheers,<br />
zwetan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
