<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Gmail Inbox Display Unread Count FIRST | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/10253</link>
    <description>Recent comments on userscript: Gmail Inbox Display Unread Count FIRST</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Doesn't handle dashes well, replied by Fitch</title>
      <description>&lt;p&gt;My domain's company name has a dash in it, so, like, if I worked for T-Mobile, it would say &quot;T Inbox&quot; instead of &quot;T-Mobile Inbox&quot;
&lt;br /&gt;Love the add-on!&lt;/p&gt;</description>
      <pubDate>Wed, 19 Aug 2009 15:50:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:33421:160147</guid>
      <author>Fitch</author>
      <link>http://userscripts.org/posts/160147</link>
    </item>
    <item>
      <title>Archived Comments, replied by ithinc</title>
      <description>&lt;p&gt;Is it possible to show the unread inbox count in the tab title whether inbox is the current view or not?&lt;/p&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:14:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13332:41808</guid>
      <author>ithinc</author>
      <link>http://userscripts.org/posts/41808</link>
    </item>
    <item>
      <title>Archived Comments, replied by J Seabold</title>
      <description>&lt;p&gt;Of course it is!  You've probably figured this out by now, but if not you can just go to edit the script and change newval to anything you like.  Just leave the matches[1] alone, as I believe this is the group for the regular expression match for the number of unread mails.  The names[0] returns the Gmail name from the regular expression search.  I edited mine to look like this:
&lt;br /&gt;&lt;pre&gt;
newval = '(' + matches[1] + ') - ' + names[0] + ' Inbox';
&lt;/pre&gt;
&lt;br /&gt;Which displays as (10) - Gmail Inbox&lt;/p&gt;

&lt;p&gt;You would want yours to look like this:
&lt;br /&gt;&lt;pre&gt;
newval = matches[1] + ' unread';
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jan 2008 19:00:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13332:41809</guid>
      <author>J Seabold</author>
      <link>http://userscripts.org/posts/41809</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ubbu</title>
      <description>&lt;p&gt;Hi folks,
&lt;br /&gt;Is it possible to modify this script so that my tab will have:&lt;/p&gt;

&lt;p&gt;&quot;1 unread&quot;&lt;/p&gt;

&lt;p&gt;instead of
&lt;br /&gt;&quot;1 unread -Gmail Inbox&quot;
&lt;br /&gt;?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jul 2007 06:24:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13332:41810</guid>
      <author>Ubbu</author>
      <link>http://userscripts.org/posts/41810</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13332:41807</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/41807</link>
    </item>
  </channel>
</rss>
