<?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>matsu &#187; slow</title>
	<atom:link href="http://mat.su/tag/slow/feed/" rel="self" type="application/rss+xml" />
	<link>http://mat.su</link>
	<description>matsu (n): japanese for pine tree</description>
	<lastBuildDate>Mon, 01 Feb 2010 11:36:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VACUUMing your mail.app with SQLite</title>
		<link>http://mat.su/vacuuming-your-mailapp-with-sqlite/</link>
		<comments>http://mat.su/vacuuming-your-mailapp-with-sqlite/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 13:12:02 +0000</pubDate>
		<dc:creator>Pedro Pinheiro</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[drags]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[speedup]]></category>

		<guid isPermaLink="false">http://mat.su/?p=339</guid>
		<description><![CDATA[Via BoingBoing and Cory Doctorow (who switched to Ubuntu from Mac OS X), a speedup tip for mail.app &#8211; pretty easy and fast.

Close mail.app
Backup your mail
Open a terminal window
Go to your mail directory with cd ~/Library/Mail
Start SQLite (which is installed by default) with sqlite3 Envelope\ Index
Clean up your mail DB with vacuum subjects;
Wait for the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.boingboing.net/2007/03/03/mac_users_speed_up_y.html" target="_blank">Via</a> <a href="http://boingboing.net" target="_blank">BoingBoing</a> and <a href="http://www.craphound.com" target="_blank">Cory Doctorow</a> (who switched to Ubuntu from Mac OS X), a speedup tip for mail.app &#8211; pretty easy and fast.</p>
<ol>
<li>Close mail.app</li>
<li>Backup your mail</li>
<li>Open a terminal window</li>
<li>Go to your mail directory with <strong>cd ~/Library/Mail</strong></li>
<li>Start SQLite (which is installed by default) with <strong>sqlite3 Envelope\ Index</strong></li>
<li>Clean up your mail DB with <strong>vacuum subjects;</strong></li>
<li>Wait for the sqlite prompt to reappear</li>
<li>Exit SQLite with ctrl-D</li>
<li>Open mail.app again and enjoy the improved speed!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mat.su/vacuuming-your-mailapp-with-sqlite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

