<?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: inbox seventy-two thousand; email2vcard</title>
	<atom:link href="http://www.oblomovka.com/wp/2008/08/18/inbox-seventy-two-thousand-email2vcard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oblomovka.com/wp/2008/08/18/inbox-seventy-two-thousand-email2vcard/</link>
	<description>Casual Dismissals from Danny O'Brien</description>
	<lastBuildDate>Fri, 19 Feb 2010 06:17:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danny O'Brien</title>
		<link>http://www.oblomovka.com/wp/2008/08/18/inbox-seventy-two-thousand-email2vcard/comment-page-1/#comment-253</link>
		<dc:creator>Danny O'Brien</dc:creator>
		<pubDate>Tue, 19 Aug 2008 23:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.oblomovka.com/wp/?p=1042#comment-253</guid>
		<description>Oh, there&#039;s a slight bug there, too

&lt;pre lang=&quot;python&quot;&gt;
if &#039;,&#039; in name:
            (family, givenname) = name.split(&#039;,&#039;)
&lt;/pre&gt;

should be
&lt;pre lang=&quot;python&quot;&gt;
if &#039;,&#039; in name:
            (givenname, family) = name.split(&#039;,&#039;)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Oh, there&#8217;s a slight bug there, too</p>
<pre lang="python">
if ',' in name:
            (family, givenname) = name.split(',')
</pre>
<p>should be</p>
<pre lang="python">
if ',' in name:
            (givenname, family) = name.split(',')
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny O'Brien</title>
		<link>http://www.oblomovka.com/wp/2008/08/18/inbox-seventy-two-thousand-email2vcard/comment-page-1/#comment-249</link>
		<dc:creator>Danny O'Brien</dc:creator>
		<pubDate>Tue, 19 Aug 2008 03:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oblomovka.com/wp/?p=1042#comment-249</guid>
		<description>sadly, i don&#039;t think i even used it on the mail that I wanted to use it on...

yes, that is a good tip! i&#039;ve heard that from Cory too!</description>
		<content:encoded><![CDATA[<p>sadly, i don&#8217;t think i even used it on the mail that I wanted to use it on&#8230;</p>
<p>yes, that is a good tip! i&#8217;ve heard that from Cory too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M-.-n</title>
		<link>http://www.oblomovka.com/wp/2008/08/18/inbox-seventy-two-thousand-email2vcard/comment-page-1/#comment-245</link>
		<dc:creator>M-.-n</dc:creator>
		<pubDate>Mon, 18 Aug 2008 12:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.oblomovka.com/wp/?p=1042#comment-245</guid>
		<description>nice lifehack.. now you have an empty mailbox and a contact manager full of junk ? :)

I found the best way to clean my inbox (if I ever feel like it) is to order it first by subject and then by sender. You&#039;d be amazed how everything is linked together and bulk of mails stand out ready for deletion.Wurkz !</description>
		<content:encoded><![CDATA[<p>nice lifehack.. now you have an empty mailbox and a contact manager full of junk ? :)</p>
<p>I found the best way to clean my inbox (if I ever feel like it) is to order it first by subject and then by sender. You&#8217;d be amazed how everything is linked together and bulk of mails stand out ready for deletion.Wurkz !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
