<?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 for The Free Speech</title>
	<atom:link href="http://www.thefreespeech.org/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.thefreespeech.org</link>
	<description>Communicate,  Collaborate, Contribute</description>
	<pubDate>Thu, 09 Sep 2010 04:44:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Himanshu</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17992</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17992</guid>
		<description>@MTokio - The scripts do use the Mailtags note field for any additional Toodledo syntax you may want to add in the subject line. Eg: A '*' by itself in the Mailtags note field would have that task starred in Toodledo.

At least that is how I wrote the scripts ;-) I will give it a try and confirm the behaviour</description>
		<content:encoded><![CDATA[<p>@MTokio - The scripts do use the Mailtags note field for any additional Toodledo syntax you may want to add in the subject line. Eg: A &#8216;*&#8217; by itself in the Mailtags note field would have that task starred in Toodledo.</p>
<p>At least that is how I wrote the scripts <img src='http://www.thefreespeech.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> I will give it a try and confirm the behaviour</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by MTokio</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17980</link>
		<dc:creator>MTokio</dc:creator>
		<pubDate>Fri, 27 Aug 2010 03:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17980</guid>
		<description>Do you think there is a way through the script (and mail-tags maybe) to use the mail-tag note as new subject? Or to append something to the subject automatically?

I am after a solution to have certain tasks STARRED in Toodledo.

Thanks</description>
		<content:encoded><![CDATA[<p>Do you think there is a way through the script (and mail-tags maybe) to use the mail-tag note as new subject? Or to append something to the subject automatically?</p>
<p>I am after a solution to have certain tasks STARRED in Toodledo.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Kana</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17924</link>
		<dc:creator>Kana</dc:creator>
		<pubDate>Tue, 03 Aug 2010 06:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17924</guid>
		<description>Hi Himanshu,

Thanks for the update. I tried changing the lines as you instructed, but unfortunately it didn't work. So I went through some trial-and-error procedures and found out that the culprit was a space after the date at the end of the subject line.  Without a space, both "#August 1, 2010" and "#8/1/10" worked just fine. Apologies for my confusion.

Again, thanks a lot for the great scripts!</description>
		<content:encoded><![CDATA[<p>Hi Himanshu,</p>
<p>Thanks for the update. I tried changing the lines as you instructed, but unfortunately it didn&#8217;t work. So I went through some trial-and-error procedures and found out that the culprit was a space after the date at the end of the subject line.  Without a space, both &#8220;#August 1, 2010&#8243; and &#8220;#8/1/10&#8243; worked just fine. Apologies for my confusion.</p>
<p>Again, thanks a lot for the great scripts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Himanshu</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17921</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Mon, 02 Aug 2010 12:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17921</guid>
		<description>@Kana - Thanks for the feedback.

I am no expert at Applescript, but this might work:
In the script, search for the line that reads: 

set {year:y, month:m, day:d} to thisMessage's...
set myduedate to " #" &#038; m &#038; " " &#038; d &#038; ", " &#038; y

Change it to read:

set {year:z, month:n, day:d} to thisMessage's...
set m to n * 1
set y to (text -2 thru -1 of (z as text))
set myduedate to "#" &#038; d &#038; "/" &#038; m &#038; "/" &#038; y</description>
		<content:encoded><![CDATA[<p>@Kana - Thanks for the feedback.</p>
<p>I am no expert at Applescript, but this might work:<br />
In the script, search for the line that reads: </p>
<p>set {year:y, month:m, day:d} to thisMessage&#8217;s&#8230;<br />
set myduedate to &#8221; #&#8221; &#038; m &#038; &#8221; &#8221; &#038; d &#038; &#8220;, &#8221; &#038; y</p>
<p>Change it to read:</p>
<p>set {year:z, month:n, day:d} to thisMessage&#8217;s&#8230;<br />
set m to n * 1<br />
set y to (text -2 thru -1 of (z as text))<br />
set myduedate to &#8220;#&#8221; &#038; d &#038; &#8220;/&#8221; &#038; m &#038; &#8220;/&#8221; &#038; y</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Himanshu</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17920</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Sun, 01 Aug 2010 23:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17920</guid>
		<description>@Angus - I stand corrected. Apparently, Toodledo have a 'Pro Plus' version which /does/ support sending files as attachments via email. I do not have a Pro Plus account, but I doubt it requires anything fancy in the script. Just reading about it (http://www.toodledo.com/info/help_email.php) gives me the impression that Toodledo should simply assign any attachments to the task.</description>
		<content:encoded><![CDATA[<p>@Angus - I stand corrected. Apparently, Toodledo have a &#8216;Pro Plus&#8217; version which /does/ support sending files as attachments via email. I do not have a Pro Plus account, but I doubt it requires anything fancy in the script. Just reading about it (http://www.toodledo.com/info/help_email.php) gives me the impression that Toodledo should simply assign any attachments to the task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Himanshu</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17919</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Sun, 01 Aug 2010 23:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17919</guid>
		<description>@Angus - I do not believe that the email interface of Toodledo allows you to email attachments to it. It simply ignores any attachments. Thats my understanding anyways - happy to stand corrected.</description>
		<content:encoded><![CDATA[<p>@Angus - I do not believe that the email interface of Toodledo allows you to email attachments to it. It simply ignores any attachments. Thats my understanding anyways - happy to stand corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Kana</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17918</link>
		<dc:creator>Kana</dc:creator>
		<pubDate>Sun, 01 Aug 2010 13:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17918</guid>
		<description>Thanks so much for the great scripts. I googled a solution to use MailTags and Toodledo and one of the search results brought me to here.

I'm not sure if this is related to the post #3, but I have a date problem. When I run Script 1, a due-date is inserted like "#August 1, 2010 " and the result of an email to Toodledo is an undated todo.  Help at Toodledo shows that a syntax for a specific due-date is something like "#5/12/08". How do I change the script so that I can get "#1/8/10" instead of "#August 1, 2010 "?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks so much for the great scripts. I googled a solution to use MailTags and Toodledo and one of the search results brought me to here.</p>
<p>I&#8217;m not sure if this is related to the post #3, but I have a date problem. When I run Script 1, a due-date is inserted like &#8220;#August 1, 2010 &#8221; and the result of an email to Toodledo is an undated todo.  Help at Toodledo shows that a syntax for a specific due-date is something like &#8220;#5/12/08&#8243;. How do I change the script so that I can get &#8220;#1/8/10&#8243; instead of &#8220;#August 1, 2010 &#8221;?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Angus</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17817</link>
		<dc:creator>Angus</dc:creator>
		<pubDate>Tue, 29 Jun 2010 11:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17817</guid>
		<description>Really great - thanks! I'd like to add the attachments to the message, just can't figure it out, any tips? ( I tried 			

set attachments to mail attachments of thisMessage

)

Cheers!

Angus</description>
		<content:encoded><![CDATA[<p>Really great - thanks! I&#8217;d like to add the attachments to the message, just can&#8217;t figure it out, any tips? ( I tried 			</p>
<p>set attachments to mail attachments of thisMessage</p>
<p>)</p>
<p>Cheers!</p>
<p>Angus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Angus</title>
		<link>http://www.thefreespeech.org/?p=69#comment-17628</link>
		<dc:creator>Angus</dc:creator>
		<pubDate>Tue, 04 May 2010 11:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-17628</guid>
		<description>Really useful - many thanks!</description>
		<content:encoded><![CDATA[<p>Really useful - many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating MailTags, Mail Act-On &#038; Toodledo by Himanshu</title>
		<link>http://www.thefreespeech.org/?p=69#comment-16785</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Tue, 24 Nov 2009 00:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreespeech.org/?p=69#comment-16785</guid>
		<description>Hi Brian,

Thats awesome! Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Thats awesome! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
