<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Reply to multiple email messages in Mail</title>
	<atom:link href="http://aralbalkan.com/1136/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1136</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Sun, 21 Mar 2010 10:01:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-259340</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-259340</guid>
		<description>Thanks, Patrick; you&#039;re welcome :)</description>
		<content:encoded><![CDATA[<p>Thanks, Patrick; you&#8217;re welcome :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-259305</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 01 Feb 2010 22:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-259305</guid>
		<description>YOU. ARE. AWESOME.

Thank you so much for this, it works like a charm!</description>
		<content:encoded><![CDATA[<p>YOU. ARE. AWESOME.</p>
<p>Thank you so much for this, it works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hillman</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-258806</link>
		<dc:creator>Chris Hillman</dc:creator>
		<pubDate>Fri, 04 Dec 2009 03:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-258806</guid>
		<description>Okay pal, you saved me about 1.5 hours pasting the same message over and over... And now I can use this in the future. Great work &amp; thank you!</description>
		<content:encoded><![CDATA[<p>Okay pal, you saved me about 1.5 hours pasting the same message over and over&#8230; And now I can use this in the future. Great work &amp; thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DartyX</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-258774</link>
		<dc:creator>DartyX</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-258774</guid>
		<description>My boss thanks U !!! and I do too :D</description>
		<content:encoded><![CDATA[<p>My boss thanks U !!! and I do too :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lein</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-258316</link>
		<dc:creator>John Lein</dc:creator>
		<pubDate>Fri, 13 Nov 2009 02:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-258316</guid>
		<description>I needed to use this script to reply all, but to the recipients of the emails (i had been bcc&#039;d on them) not the sender.  I couldn&#039;t get your script to work, but with a lot of modifications this worked great.  Thanks for the start!

set thesenders to {}
set thesenderstext to &quot;&quot;
tell application &quot;Mail&quot;
	set newMessage to make new outgoing message
	tell newMessage
		set visible to true
	end tell
	set selectedMails to the selection
	repeat with themessage in selectedMails
		tell newMessage
			set RcptProps to {name:name, address:address} of item 1 of to recipients of themessage
			make new bcc recipient at beginning of bcc recipients with properties RcptProps
			set the was replied to of (item 1 of the themessage) to true
		end tell
	end repeat
end tell</description>
		<content:encoded><![CDATA[<p>I needed to use this script to reply all, but to the recipients of the emails (i had been bcc&#8217;d on them) not the sender.  I couldn&#8217;t get your script to work, but with a lot of modifications this worked great.  Thanks for the start!</p>
<p>set thesenders to {}<br />
set thesenderstext to &#8220;&#8221;<br />
tell application &#8220;Mail&#8221;<br />
	set newMessage to make new outgoing message<br />
	tell newMessage<br />
		set visible to true<br />
	end tell<br />
	set selectedMails to the selection<br />
	repeat with themessage in selectedMails<br />
		tell newMessage<br />
			set RcptProps to {name:name, address:address} of item 1 of to recipients of themessage<br />
			make new bcc recipient at beginning of bcc recipients with properties RcptProps<br />
			set the was replied to of (item 1 of the themessage) to true<br />
		end tell<br />
	end repeat<br />
end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Schraeder</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-258050</link>
		<dc:creator>Sean Schraeder</dc:creator>
		<pubDate>Fri, 09 Oct 2009 09:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-258050</guid>
		<description>Thanks a lot for your work on this script!  I had over 120 email applications from freelancers that I had to respond to and I was trying to figure out a way to automate the process when I came across your script.  It worked just as advertised!  People like you are what make the internet great!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your work on this script!  I had over 120 email applications from freelancers that I had to respond to and I was trying to figure out a way to automate the process when I came across your script.  It worked just as advertised!  People like you are what make the internet great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mulder</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-256617</link>
		<dc:creator>Mulder</dc:creator>
		<pubDate>Sun, 26 Jul 2009 17:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-256617</guid>
		<description>Where you reference the hint from MacOSX Hints, you didn&#039;t include the link to that hint; it just takes you to a page to buy a domain.

Also, it would be even more useful to have an AppleScript to be able to select portions from multiple emails and quote them automatically in one reply.</description>
		<content:encoded><![CDATA[<p>Where you reference the hint from MacOSX Hints, you didn&#8217;t include the link to that hint; it just takes you to a page to buy a domain.</p>
<p>Also, it would be even more useful to have an AppleScript to be able to select portions from multiple emails and quote them automatically in one reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-256006</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 25 May 2009 15:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-256006</guid>
		<description>Thanks for this AppleScript.
But I have a question, this works only for senders of emails. If there&#039;s a Reply-To address for every email, how can I manage to reply to all Reply-To addresses for multiple email messages in Mail?</description>
		<content:encoded><![CDATA[<p>Thanks for this AppleScript.<br />
But I have a question, this works only for senders of emails. If there&#8217;s a Reply-To address for every email, how can I manage to reply to all Reply-To addresses for multiple email messages in Mail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Get Six Pack Fast</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-245836</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 13:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-245836</guid>
		<description>Hey, nice tips.   I&#039;ll buy a bottle of beer to that man from that forum who told me to visit your blog :)</description>
		<content:encoded><![CDATA[<p>Hey, nice tips.   I&#8217;ll buy a bottle of beer to that man from that forum who told me to visit your blog :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svat</title>
		<link>http://aralbalkan.com/1136/comment-page-1#comment-198767</link>
		<dc:creator>svat</dc:creator>
		<pubDate>Mon, 15 Dec 2008 01:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1136#comment-198767</guid>
		<description>Hello,

How could this be modified so that the reply will quote the text of all the messages being replied to?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How could this be modified so that the reply will quote the text of all the messages being replied to?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
