Gmail Unlabelled 2.0
Last update on Feb 8, 2008
<p>This script adds 'Unlabelled' at the end of the labels list to search for unlabelled conversations. This version is for the "new" version of gmail (Nov 2007).</p>
For more information, see the older version - gmailUnlabelled and the script home page.
You could comment on this script if you were logged in.
9 comments
You could comment on this script if you were logged in.

login to vote
Seems to act flakey under Firefox 3.0. It sometimes shows up on the label list and sometimes not.
login to vote
Can you add something like -in:sent into the script so it doesn't pick up whatever I have sent out?
login to vote
...Nevermind - the update fixed it.
login to vote
Recently, when I click "Unlabelled", gmail says, "Oops… the system encountered a problem (#102)" and does not perform the search. Any ideas of what's wrong?
login to vote
I noticed that this script does not eliminate conversations that are marked as sent, chats, or drafts. Since I didn't want to see these as unlabeled, I was able to remove them from the list by changing
var QUERY_STR = ""tovar QUERY_STR = "!is:sent !is:chat !is:draft"in the source code.login to vote
Well, what I guessed is confirmed here http://jaidev.info/home/hacks/gmailUnlabelled by the script writer.
login to vote
I would say it's because gmail does group emails in discussions. Hence an unlabelled email is listed together with the labelled ones.
I.E. if a discussion contains a sent email without labels and a reply with a label then the script will show the discussion because it contains an unlabelled email. Well, actually this is what I see in my own account. Don't know if it make sense in your case...
login to vote
Any comments on this. I would like this script to work completely.
Please let me know
login to vote
Hello
GREAT SCRIPT!!!
One small problem. on Gmail new version 2.0, I tried this and it does not take away all the labelled emails. For Example, it still shows emails from INBOX, and some other labels.
It does show about 90% emails which are unlabelled, but also shows about 10% which are labelled.
Any Ideas to NOT show the labelled emails with this script.