<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Gmail Unlabelled | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2283</link>
    <description>Recent comments on userscript: Gmail Unlabelled</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by queyas</title>
      <description>&lt;p&gt;&lt;code&gt;var label_none = document.createElement('div');
&lt;br /&gt;     label_none.setAttribute (&quot;id&quot;, &quot;sc_unlabelled&quot;);
&lt;br /&gt;     label_none.setAttribute (&quot;class&quot;, &quot;lk cs&quot;);
&lt;br /&gt;     label_none.setAttribute (&quot;title&quot;, &quot;unlabelled&quot;);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;instead of:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;var label_none = edit_labels.cloneNode (true);&lt;/p&gt;

&lt;p&gt;label_none.setAttribute (&quot;id&quot;, &quot;label_none&quot;);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;works better, for example with Gmail Air Skin&lt;/p&gt;</description>
      <pubDate>Thu, 08 Nov 2007 18:55:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29674</guid>
      <author>queyas</author>
      <link>http://userscripts.org/posts/29674</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Wilson</title>
      <description>&lt;p&gt;I've discovered you can filter out sent mail by adding &quot;!is:sent&quot; to the search string.  However, the script can also be modified to automatically filter out sent mail.  On line 45 of the script, str is set to ''.  If you put !is:sent between the single quotes, that filters out sent mail, or at least individual sent mails.  I'm not sure if it filters out sent mail that was part of a conversation.&lt;/p&gt;</description>
      <pubDate>Sun, 12 Nov 2006 22:02:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29675</guid>
      <author>Tim Wilson</author>
      <link>http://userscripts.org/posts/29675</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Wilson</title>
      <description>&lt;p&gt;Is there a way to not show Sent Mail?  I've got hundreds of unlabeled messages, and it looks like a majority are sent messages.  If I could filter those out, it would help immensely.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Nov 2006 23:20:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29676</guid>
      <author>Tim Wilson</author>
      <link>http://userscripts.org/posts/29676</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;Kyle, that is not possible. See my earlier reply.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Aug 2006 12:06:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29677</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29677</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kyle Wilson 3</title>
      <description>&lt;p&gt;Is there any way to tweak this to show only complete conversations lacking labels?  A labeled email I reply to causes the whole conversation to show up when I click on &quot;unlabeled.&quot;  This doesn't really help me identify what's unlabeled.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Aug 2006 15:38:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29678</guid>
      <author>Kyle Wilson 3</author>
      <link>http://userscripts.org/posts/29678</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andy S.</title>
      <description>&lt;p&gt;Could the script include -from:[your@emailaddress.here]? This would be useful for me - I'd like to only see received messages that are unlabled, since all sent items are. I would edit the script myself, but I'm not sure how I'd put that in correctly...&lt;/p&gt;</description>
      <pubDate>Tue, 28 Mar 2006 10:43:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29679</guid>
      <author>Andy S.</author>
      <link>http://userscripts.org/posts/29679</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;When you apply a label to a conversation, all emails get that label.&lt;/p&gt;

&lt;p&gt;The problem is when another email arrives later and is grouped into the same conversation. This email doesn't have a label technically. It is an illusion ;-)&lt;/p&gt;</description>
      <pubDate>Fri, 17 Mar 2006 00:41:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29680</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29680</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vik</title>
      <description>&lt;p&gt;I don't get it. I thought labels only applied to conversations, not individual emails?&lt;/p&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:23:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29681</guid>
      <author>Vik</author>
      <link>http://userscripts.org/posts/29681</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;If a conversation has atleast one email that is unlabelled then this conversation turns up under the unlabelled search. It is a one time task to label all such conversations.&lt;/p&gt;

&lt;p&gt;(The previous comment was misleading).&lt;/p&gt;</description>
      <pubDate>Sun, 05 Mar 2006 22:01:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29682</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29682</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;Multiple labels are not treated as unlabelled. If you see a conversation with a label in the results, then one (some) of the emails in the conversations hasn't been labelled.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Mar 2006 22:15:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29683</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29683</link>
    </item>
    <item>
      <title>Archived Comments, replied by mbaluyos</title>
      <description>&lt;p&gt;useful script. thanks.&lt;/p&gt;

&lt;p&gt;it still tags emails with *multiple labels* as &quot;unlabelled.&quot; i seem to have a lot of them so i still have to go through pages just to sort my &quot;unlabelled&quot; mail.&lt;/p&gt;

&lt;p&gt;i hope this gets fixed.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:25:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29684</guid>
      <author>mbaluyos</author>
      <link>http://userscripts.org/posts/29684</link>
    </item>
    <item>
      <title>Archived Comments, replied by ycc2106</title>
      <description>&lt;p&gt;Excellent, this helped me clean up! I would give it 5 stars if rating worked: ***** ;)&lt;/p&gt;</description>
      <pubDate>Tue, 28 Feb 2006 04:23:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29685</guid>
      <author>ycc2106</author>
      <link>http://userscripts.org/posts/29685</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;Okay, the script now handles labels with an &amp;amp;&lt;/p&gt;</description>
      <pubDate>Thu, 19 Jan 2006 00:32:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29686</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29686</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel Tilkin</title>
      <description>&lt;p&gt;Can you please also change '&amp;amp;' to a '-'.   Making this change manually in the search works.  Thanks.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Jan 2006 14:31:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29687</guid>
      <author>Daniel Tilkin</author>
      <link>http://userscripts.org/posts/29687</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;Fixed the issue with slashes. I don't use many special characters in my labels, so if anyone finds issue with any other special character, please let me know.&lt;/p&gt;

&lt;p&gt;I don't want to try out every special character myself ;-)&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jan 2006 04:30:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29688</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29688</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel W. Crompton</title>
      <description>&lt;p&gt;Seems to fail with spaces in the Label names, it should quote them.&lt;/p&gt;

&lt;p&gt;Example: -label:[Z]-Plaxo -label:[Z]-New House -label:[Z]-Jobs&lt;/p&gt;</description>
      <pubDate>Wed, 28 Dec 2005 11:59:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29689</guid>
      <author>Daniel W. Crompton</author>
      <link>http://userscripts.org/posts/29689</link>
    </item>
    <item>
      <title>Archived Comments, replied by AWK</title>
      <description>&lt;p&gt;Script fails with labels that contain several spaces or slashes '/'.  Please consider to use &quot;replace(/[/\ ]/g, '-')&quot; instead of &quot;replace(' ', '-')&quot;.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2005 10:18:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29690</guid>
      <author>AWK</author>
      <link>http://userscripts.org/posts/29690</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;&amp;lt;quote&gt; 
&lt;br /&gt;Also, the button disapears when you have read a mail, and then click &quot;&amp;lt;&amp;lt; Back to something&quot;...
&lt;br /&gt;&amp;lt;/quote&gt;&lt;/p&gt;

&lt;p&gt;I knew this, it was due to gmails way of prefetching pages. Anyways, I've worked around it now.&lt;/p&gt;

&lt;p&gt;Also changed the _ to a -.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Dec 2005 20:29:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29691</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29691</link>
    </item>
    <item>
      <title>Archived Comments, replied by Niklas</title>
      <description>&lt;p&gt;A script that makes searched mail take only one line, like everywhere else, would be nice here.
&lt;br /&gt;Also, the button disapears when you have read a mail, and then click &quot;&amp;lt;&amp;lt; Back to something&quot;...&lt;/p&gt;</description>
      <pubDate>Thu, 15 Dec 2005 16:49:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29692</guid>
      <author>Niklas</author>
      <link>http://userscripts.org/posts/29692</link>
    </item>
    <item>
      <title>Archived Comments, replied by J-Mac</title>
      <description>&lt;p&gt;The script needs to be edited. It currently changes any spaces to underscores, when they need to be dashes.&lt;/p&gt;

&lt;p&gt;So:&lt;/p&gt;

&lt;p&gt;&quot; &quot;,&quot;_&quot;&lt;/p&gt;

&lt;p&gt;needs to be changed to:&lt;/p&gt;

&lt;p&gt;&quot; &quot;,&quot;-&quot;&lt;/p&gt;</description>
      <pubDate>Mon, 12 Dec 2005 04:19:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29693</guid>
      <author>J-Mac</author>
      <link>http://userscripts.org/posts/29693</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;&gt; madcow says on Monday, December 05 2005
&lt;br /&gt;&gt; When I click on unlabeled it has stuff in 
&lt;br /&gt;&gt; the search that does have a label...&lt;/p&gt;

&lt;p&gt;Thats because some messages may not have been labelled in the conversation. I found this strange too.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Dec 2005 13:57:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29694</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29694</link>
    </item>
    <item>
      <title>Archived Comments, replied by AWK</title>
      <description>&lt;p&gt;IMO the 'unlabeled' should not include mails which are in the 'Inbox'.  For me I added '-label:Inbox' to the search in the script.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Dec 2005 09:30:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29695</guid>
      <author>AWK</author>
      <link>http://userscripts.org/posts/29695</link>
    </item>
    <item>
      <title>Archived Comments, replied by madcow</title>
      <description>&lt;p&gt;When I click on unlabeled it has stuff in the search that does have a label...&lt;/p&gt;</description>
      <pubDate>Mon, 05 Dec 2005 07:04:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29696</guid>
      <author>madcow</author>
      <link>http://userscripts.org/posts/29696</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jaidev</title>
      <description>&lt;p&gt;Gotcha! &lt;/p&gt;

&lt;p&gt;If you have a multi word label, to search by it, I've to use _ instead of spaces. Fix coming up in a few minutes ;-)&lt;/p&gt;

&lt;p&gt;Thanks a lot!&lt;/p&gt;</description>
      <pubDate>Mon, 05 Dec 2005 03:02:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29697</guid>
      <author>Jaidev</author>
      <link>http://userscripts.org/posts/29697</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel Bunyard</title>
      <description>&lt;p&gt;I finally got it.  You need a dash, &quot;-&quot; to replace the space in multi-word labels.  From what I can tell, this should fix it.  I'm not sure thought.  Google has a strange way of searching.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Dec 2005 00:53:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11698:29698</guid>
      <author>Daniel Bunyard</author>
      <link>http://userscripts.org/posts/29698</link>
    </item>
  </channel>
</rss>
