<?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: gmail Unlabelled</title>
	<atom:link href="http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html</link>
	<description></description>
	<lastBuildDate>Tue, 07 Dec 2010 08:32:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jaidev</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-83180</link>
		<dc:creator>Jaidev</dc:creator>
		<pubDate>Sun, 25 Jan 2009 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-83180</guid>
		<description>This page has become a clutter and the time has come to retire it. I’ve created a new project page &lt;a href=&quot;http://jaidev.info/home/hacks/gmailUnlabelled&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. &lt;b&gt;There’ll be no more updates here!&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>This page has become a clutter and the time has come to retire it. I’ve created a new project page <a href="http://jaidev.info/home/hacks/gmailUnlabelled" rel="nofollow">here</a>. <b>There’ll be no more updates here!</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-83171</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-83171</guid>
		<description>IS there an update version? The last update seems to be from February 2008, but as recently as November 24th, Jaidev mentions he is looking into it. Any updates?</description>
		<content:encoded><![CDATA[<p>IS there an update version? The last update seems to be from February 2008, but as recently as November 24th, Jaidev mentions he is looking into it. Any updates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-83156</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-83156</guid>
		<description>Hi,
Unfortunately I keep getting the error &quot;Oops... the system encountered a problem (#6400)&quot;. I have got a lot of mail (~22000 conversations) and a lot of labels (&gt;100) so I don&#039;t know if this is the issue. I am currently migrating lots of mail from Outlook so some of the labels are long (and contain &quot;/&quot;). Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Unfortunately I keep getting the error &#8220;Oops&#8230; the system encountered a problem (#6400)&#8221;. I have got a lot of mail (~22000 conversations) and a lot of labels (&gt;100) so I don&#8217;t know if this is the issue. I am currently migrating lots of mail from Outlook so some of the labels are long (and contain &#8220;/&#8221;). Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaidev</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-83053</link>
		<dc:creator>Jaidev</dc:creator>
		<pubDate>Mon, 24 Nov 2008 17:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-83053</guid>
		<description>@TimeHorse, Thanks for that I&#039;d disabled unread counts with the labs feature so I&#039;d never seen it. I&#039;ll come up with something to handle this.</description>
		<content:encoded><![CDATA[<p>@TimeHorse, Thanks for that I&#8217;d disabled unread counts with the labs feature so I&#8217;d never seen it. I&#8217;ll come up with something to handle this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimeHorse</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-83042</link>
		<dc:creator>TimeHorse</dc:creator>
		<pubDate>Mon, 24 Nov 2008 14:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-83042</guid>
		<description>When there are unread messages in a label, the number of un-read messages appears a parentheses next to the label name.  This breaks the script.  Instead, you should replace:

QUERY_STR = QUERY_STR + &#039; -label:&#039; + label.replace(/[/\ &amp;]/g, &#039;-&#039;);

with:

var labelfix = label.replace(/[/\ &amp;]/g, &#039;-&#039;).replace(/-\(\d+\)$/, &quot;&quot;);
QUERY_STR = QUERY_STR + &#039; -label:&#039; + labelfix;

That having been said, I can&#039;t for the life of me get GreeseMonkey to accept my change.  The code is changed but it still only runs the original code, not my fix.  This makes me very cross.  Stupid GreeseMonkey!</description>
		<content:encoded><![CDATA[<p>When there are unread messages in a label, the number of un-read messages appears a parentheses next to the label name.  This breaks the script.  Instead, you should replace:</p>
<p>QUERY_STR = QUERY_STR + &#8216; -label:&#8217; + label.replace(/[/\ &amp;]/g, &#8216;-&#8217;);</p>
<p>with:</p>
<p>var labelfix = label.replace(/[/\ &amp;]/g, &#8216;-&#8217;).replace(/-\(\d+\)$/, &#8220;&#8221;);<br />
QUERY_STR = QUERY_STR + &#8216; -label:&#8217; + labelfix;</p>
<p>That having been said, I can&#8217;t for the life of me get GreeseMonkey to accept my change.  The code is changed but it still only runs the original code, not my fix.  This makes me very cross.  Stupid GreeseMonkey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daed Lee</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-66657</link>
		<dc:creator>Daed Lee</dc:creator>
		<pubDate>Sun, 17 Aug 2008 04:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-66657</guid>
		<description>The script seems to be working sporadically. The Unlabelled label will only sometimes appear when logging in. Seems like Gmail serves up a different version of the page every time. I&#039;m using the new version of Gmail if that matters.</description>
		<content:encoded><![CDATA[<p>The script seems to be working sporadically. The Unlabelled label will only sometimes appear when logging in. Seems like Gmail serves up a different version of the page every time. I&#8217;m using the new version of Gmail if that matters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaidev</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-65789</link>
		<dc:creator>Jaidev</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-65789</guid>
		<description>Yup, gmail changed something yesterday, I&#039;m looking into this ...</description>
		<content:encoded><![CDATA[<p>Yup, gmail changed something yesterday, I&#8217;m looking into this &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Partridge</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-65695</link>
		<dc:creator>Nick Partridge</dc:creator>
		<pubDate>Wed, 13 Aug 2008 07:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-65695</guid>
		<description>Unlabelled has stopped working under firefox 3 when using an &quot;own domain&quot; mail account.</description>
		<content:encoded><![CDATA[<p>Unlabelled has stopped working under firefox 3 when using an &#8220;own domain&#8221; mail account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manipul</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-54748</link>
		<dc:creator>manipul</dc:creator>
		<pubDate>Tue, 10 Jun 2008 23:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-54748</guid>
		<description>Cannot load it into GreseMonkey and Label &quot;unlabelled&quot; does not show when loaded manually. Please help. Thanks.</description>
		<content:encoded><![CDATA[<p>Cannot load it into GreseMonkey and Label &#8220;unlabelled&#8221; does not show when loaded manually. Please help. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X4lldux</title>
		<link>http://jaidev.info/home/blog/archives/2005/12/05/gmailunlabelled.html/comment-page-1#comment-39739</link>
		<dc:creator>X4lldux</dc:creator>
		<pubDate>Sat, 12 Apr 2008 20:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://jaidev.info/home/blog/archives/2006/02/12/gmailunlabelled.html#comment-39739</guid>
		<description>When a label contains parentheses &quot;(&quot; or &quot;)&quot; script doesn&#039;t escape it correctly. It should change&#039;em to &quot;-&quot;.</description>
		<content:encoded><![CDATA[<p>When a label contains parentheses &#8220;(&#8221; or &#8220;)&#8221; script doesn&#8217;t escape it correctly. It should change&#8217;em to &#8220;-&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

