<?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"
	>
<channel>
	<title>Comments on: Mail Vacuum</title>
	<atom:link href="http://automatorworld.com/archives/mail-vacuum/feed/" rel="self" type="application/rss+xml" />
	<link>http://automatorworld.com/archives/mail-vacuum/</link>
	<description>Better Living Through Macintosh Scripting</description>
	<pubDate>Fri, 29 Aug 2008 19:25:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Shauna Kinney</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-154520</link>
		<dc:creator>Shauna Kinney</dc:creator>
		<pubDate>Sun, 20 Jul 2008 09:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-154520</guid>
		<description>&lt;p&gt;Wow! Nice. Finally, I can use mail without fumbling around for the terminal and the vacuum script! SWWEEEEET.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow! Nice. Finally, I can use mail without fumbling around for the terminal and the vacuum script! SWWEEEEET.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-101490</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Thu, 15 Nov 2007 06:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-101490</guid>
		<description>&lt;p&gt;YES YES YES YES!&lt;/p&gt;

&lt;p&gt;Holy cow... this is the greatest little app I've ever seen.&lt;/p&gt;

&lt;p&gt;Why doesn't apple just make my mac do this on its own?&lt;/p&gt;

&lt;p&gt;The improvement in speed was INSTANT and AMAZING.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>YES YES YES YES!</p>

<p>Holy cow&#8230; this is the greatest little app I&#8217;ve ever seen.</p>

<p>Why doesn&#8217;t apple just make my mac do this on its own?</p>

<p>The improvement in speed was INSTANT and AMAZING.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Edo</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-60879</link>
		<dc:creator>Edo</dc:creator>
		<pubDate>Mon, 05 Mar 2007 18:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-60879</guid>
		<description>&lt;p&gt;Wonderfull, wonderfull!!
my Mail.app was getting soooo slow I was thinking of trying other email applications. Thought Mail couldnt handle that many emails....
Now, after using this Mail runs as smooth as when i started using it. No more waiting 15 secs when looking into another folder. And after this cleanup the envelope file is still +50 MB which, i get the impression, is quite big...&lt;/p&gt;

&lt;p&gt;thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wonderfull, wonderfull!!
my Mail.app was getting soooo slow I was thinking of trying other email applications. Thought Mail couldnt handle that many emails&#8230;.
Now, after using this Mail runs as smooth as when i started using it. No more waiting 15 secs when looking into another folder. And after this cleanup the envelope file is still +50 MB which, i get the impression, is quite big&#8230;</p>

<p>thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-60608</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 04 Mar 2007 17:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-60608</guid>
		<description>&lt;p&gt;Jim - I had removed the Quit action for that reason (which I didn't realize was a 3rd party action, available &lt;a href="http://automatorworld.com/archives/finder-action-pack/" rel="nofollow"&gt;here&lt;/a&gt;), and replaced it with the same Applescript step you posted.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jim - I had removed the Quit action for that reason (which I didn&#8217;t realize was a 3rd party action, available <a href="http://automatorworld.com/archives/finder-action-pack/" rel="nofollow">here</a>), and replaced it with the same Applescript step you posted.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-60606</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 04 Mar 2007 17:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-60606</guid>
		<description>&lt;p&gt;Automator complained about a missing Quit Application (or something like that). So I replaced it with another Run Shell Script using:&lt;/p&gt;

&lt;p&gt;osascript -e 'tell app "Mail" to quit'&lt;/p&gt;

&lt;p&gt;I suppose this could be added to the part that runs the sqlite3 command.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Automator complained about a missing Quit Application (or something like that). So I replaced it with another Run Shell Script using:</p>

<p>osascript -e &#8216;tell app &#8220;Mail&#8221; to quit&#8217;</p>

<p>I suppose this could be added to the part that runs the sqlite3 command.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-60381</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 03 Mar 2007 20:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-60381</guid>
		<description>&lt;p&gt;Oops, I had uploaded the wrong version. The correct one is up, with quit/relaunch Mail. Sorry about that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oops, I had uploaded the wrong version. The correct one is up, with quit/relaunch Mail. Sorry about that.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-60338</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 03 Mar 2007 16:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-60338</guid>
		<description>&lt;p&gt;Wish your workflow included quitting and reopening Mail around the sqlite command.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wish your workflow included quitting and reopening Mail around the sqlite command.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Donahue</title>
		<link>http://automatorworld.com/archives/mail-vacuum/#comment-60321</link>
		<dc:creator>Kevin Donahue</dc:creator>
		<pubDate>Sat, 03 Mar 2007 15:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/mail-vacuum/#comment-60321</guid>
		<description>&lt;p&gt;Thanks for this. I was going to set up my own, but now I don't have to!  :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this. I was going to set up my own, but now I don&#8217;t have to!  :)</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.125 seconds -->
