<?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:georss="http://www.georss.org/georss" 
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Apple Mail To Do folder killed at last</title>
	<atom:link href="http://www.bioneural.net/2009/01/22/apple-mail-to-do-folder-killed-at-last/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F22%2Fapple-mail-to-do-folder-killed-at-last%2F%23comment-&amp;seed_title=Apple+Mail+To+Do+folder+killed+at+last</link>
	<description>bioneural.net is for stuff worth sharing: commentary by Bruce McKenzie. Major topics covered are gadgets, informatics, Internet, Mac, mobile, musings, New Zealand, photography, Project Koru, quicklinks, rant, rave, travel and Windows</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Bruce</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F22%2Fapple-mail-to-do-folder-killed-at-last%2F%23comment-77893&amp;seed_title=Apple+Mail+To+Do+folder+killed+at+last/comment-page-1/#comment-77893</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bioneural.net/?p=1360#comment-77893</guid>
		<description>Damn! The folder came back in Gmail. There is some discussion going now on Mac OS X Hints... I have reverted to my previous .plist and in Gmail tried going to &lt;em&gt;Settings&lt;/em&gt; &gt; &lt;em&gt;Labs&lt;/em&gt; to turn on the &lt;em&gt;Advanced IMAP Controls&lt;/em&gt; feature which promises to allow me to &#039;choose which labels show up in IMAP&#039;; there is now a checkbox for &#039;Show in IMAP&#039; next to each entry in Gmail &lt;em&gt;Settings&lt;/em&gt; &gt; &lt;em&gt;Labels&lt;/em&gt;. Unchecking it gives the message &#039;&quot;Apple Mail To Do&quot; will be hidden from IMAP.&#039;</description>
		<content:encoded><![CDATA[<p>Damn! The folder came back in Gmail. There is some discussion going now on Mac OS X Hints... I have reverted to my previous .plist and in Gmail tried going to <em>Settings</em> &gt; <em>Labs</em> to turn on the <em>Advanced IMAP Controls</em> feature which promises to allow me to 'choose which labels show up in IMAP'; there is now a checkbox for 'Show in IMAP' next to each entry in Gmail <em>Settings</em> &gt; <em>Labels</em>. Unchecking it gives the message '"Apple Mail To Do" will be hidden from IMAP.'</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BOK</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F22%2Fapple-mail-to-do-folder-killed-at-last%2F%23comment-77889&amp;seed_title=Apple+Mail+To+Do+folder+killed+at+last/comment-page-1/#comment-77889</link>
		<dc:creator>BOK</dc:creator>
		<pubDate>Sat, 24 Jan 2009 13:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bioneural.net/?p=1360#comment-77889</guid>
		<description>Regarding that last mentioned check: I have it turned on indeed. Must be the reason why. ;-)</description>
		<content:encoded><![CDATA[<p>Regarding that last mentioned check: I have it turned on indeed. Must be the reason why. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F22%2Fapple-mail-to-do-folder-killed-at-last%2F%23comment-77888&amp;seed_title=Apple+Mail+To+Do+folder+killed+at+last/comment-page-1/#comment-77888</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 24 Jan 2009 13:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bioneural.net/?p=1360#comment-77888</guid>
		<description>Yes the &#039;someone&#039; link above is to Mac OS X Hints. I did edit my .plist with no side effects; the folder is no longer appearing in Gmail or on my iPhone, and desktop Mail is working as normal. You could always back up the .plist and edit a copy. Search your .plist for &lt;code&gt;NotesSyncHaveUnsyncedChanges&lt;/code&gt; and insert the &lt;code&gt;NewNoteToDoAccount&lt;/code&gt; above it, like this (with your unique string):

&lt;code&gt;
&lt;key&gt;NewNoteToDoAccount&lt;/key&gt;
&lt;string&gt;??????&lt;/string&gt;
&lt;key&gt;NotesSyncHaveUnsyncedChanges&lt;/key&gt;
&lt;/code&gt;

BTW in &lt;em&gt;Account Preferences&lt;/em&gt; for Mail I have no check in the box for &lt;em&gt;Store notes in Inbox&lt;/em&gt;; perhaps this affects whether &lt;code&gt;NewNoteToDoAccount&lt;/code&gt; shows up in the .plist or not?</description>
		<content:encoded><![CDATA[<p>Yes the 'someone' link above is to Mac OS X Hints. I did edit my .plist with no side effects; the folder is no longer appearing in Gmail or on my iPhone, and desktop Mail is working as normal. You could always back up the .plist and edit a copy. Search your .plist for <code>NotesSyncHaveUnsyncedChanges</code> and insert the <code>NewNoteToDoAccount</code> above it, like this (with your unique string):</p>
<p><code><br />
&lt;key&gt;NewNoteToDoAccount&lt;/key&gt;<br />
&lt;string&gt;??????&lt;/string><br />
&lt;key&gt;NotesSyncHaveUnsyncedChanges&lt;/key&gt;<br />
</code></p>
<p>BTW in <em>Account Preferences</em> for Mail I have no check in the box for <em>Store notes in Inbox</em>; perhaps this affects whether <code>NewNoteToDoAccount</code> shows up in the .plist or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BOK</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F22%2Fapple-mail-to-do-folder-killed-at-last%2F%23comment-77887&amp;seed_title=Apple+Mail+To+Do+folder+killed+at+last/comment-page-1/#comment-77887</link>
		<dc:creator>BOK</dc:creator>
		<pubDate>Sat, 24 Jan 2009 13:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bioneural.net/?p=1360#comment-77887</guid>
		<description>I read about this one yesterday on -i guess it was- Mac OS X Hints.
Turns out I don&#039;t have any &quot;NewNoteToDoAccount&quot; in the plist at all and I wonder if just adding that key would solve this. So far I&#039;ve been hesitant to try...</description>
		<content:encoded><![CDATA[<p>I read about this one yesterday on -i guess it was- Mac OS X Hints.<br />
Turns out I don't have any "NewNoteToDoAccount" in the plist at all and I wonder if just adding that key would solve this. So far I've been hesitant to try...</p>
]]></content:encoded>
	</item>
</channel>
</rss>
