<?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: Adding a Gmail-like &#8216;archive&#8217; action to OS X&#8217;s Mail.app</title>
	<atom:link href="http://dontexplain.com/2009/09/adding-a-gmail-like-archive-action-to-os-xs-mailapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontexplain.com/2009/09/adding-a-gmail-like-archive-action-to-os-xs-mailapp/</link>
	<description></description>
	<lastBuildDate>Sun, 10 Apr 2011 03:08:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Josh A.</title>
		<link>http://dontexplain.com/2009/09/adding-a-gmail-like-archive-action-to-os-xs-mailapp/comment-page-1/#comment-18928</link>
		<dc:creator>Josh A.</dc:creator>
		<pubDate>Thu, 20 Jan 2011 07:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://dontexplain.com/?p=266#comment-18928</guid>
		<description>Thanks for this! It&#039;s easy enough to handle multiple inboxes:

tell application &quot;Mail&quot;
	set s to the selection
	if the length of s is greater than 0 then
		repeat with m in s
			if the name of the mailbox of m is &quot;INBOX&quot; then
				set a to the account of the mailbox of m
				move m to mailbox &quot;Archive&quot; in a
			end if
		end repeat
	end if
end tell</description>
		<content:encoded><![CDATA[<p>Thanks for this! It&#8217;s easy enough to handle multiple inboxes:</p>
<p>tell application &#8220;Mail&#8221;<br />
	set s to the selection<br />
	if the length of s is greater than 0 then<br />
		repeat with m in s<br />
			if the name of the mailbox of m is &#8220;INBOX&#8221; then<br />
				set a to the account of the mailbox of m<br />
				move m to mailbox &#8220;Archive&#8221; in a<br />
			end if<br />
		end repeat<br />
	end if<br />
end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding a Gmail-like ‘archive’ action to OS X’s Mail.app Scripts Rss</title>
		<link>http://dontexplain.com/2009/09/adding-a-gmail-like-archive-action-to-os-xs-mailapp/comment-page-1/#comment-2647</link>
		<dc:creator>Adding a Gmail-like ‘archive’ action to OS X’s Mail.app Scripts Rss</dc:creator>
		<pubDate>Sun, 20 Sep 2009 20:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://dontexplain.com/?p=266#comment-2647</guid>
		<description>[...] more here: Adding a Gmail-like ‘archive’ action to OS X’s Mail.app           By admin &#124; category: Script??????? &#124; tags: archive, either-now, gavin-rossdale, inbox, [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Adding a Gmail-like ‘archive’ action to OS X’s Mail.app           By admin | category: Script??????? | tags: archive, either-now, gavin-rossdale, inbox, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

