<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Folders4Gmail+Folders2Top | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/23087</link>
    <description>Recent comments on userscript: Folders4Gmail+Folders2Top</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by hans212 @ Fri, 12 Sep 2008 11:12:09 -0500</title>
      <description>&lt;p&gt;I modified the script (JUST ON MY PC!) a bit. now all &quot;not-labeled&quot; elements are aligned-left (like default without this script). All label items have a margin of 5px now.&lt;/p&gt;

&lt;p&gt;[FIND]
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;var indentedNode = label.domNode;
&lt;br /&gt;if(label.childLabels.length &gt; 0){
&lt;br /&gt;  indentedNode = expanderNode;
&lt;br /&gt;}
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;[FIND]
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;indentedNode.style.marginLeft = &quot;&quot; + indentionLevel*14 + &quot;px&quot;;
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;[REPLACE WITH]
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;/* 20080912 set left margin only if there is a label item and leave the
&lt;br /&gt;rest untouched*/
&lt;br /&gt;if (indentionLevel &gt; 1) {
&lt;br /&gt;indentedNode.style.marginLeft = &quot;&quot; + indentionLevel*5 + &quot;px&quot;;
&lt;br /&gt;}
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I hope, my code will be implemented soon.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Sep 2008 11:12:09 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17516:76862</guid>
      <author>hans212</author>
      <link>http://userscripts.org/topics/17516</link>
    </item>
    <item>
      <title>Archived Comments, replied by bertw @ Tue, 27 May 2008 07:02:36 -0500</title>
      <description>&lt;p&gt;@Tomgee42: No you can't switch. You should only enable one of the two scripts.&lt;/p&gt;

&lt;p&gt;Folders are never moved, only 'folders' which don't have more sub folders. I use it this way:&lt;/p&gt;

&lt;p&gt;I put all my mailing lists into folders named 'Lists/bla', where no folder 'bla' has more sub-folders. Inside the folder 'Lists' folders with unread messages ore moved to top.&lt;/p&gt;

&lt;p&gt;Hope that clarifies the thing.&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 07:02:36 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17516:76863</guid>
      <author>bertw</author>
      <link>http://userscripts.org/topics/17516</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tomgee43 @ Sun, 18 May 2008 19:19:02 -0500</title>
      <description>&lt;p&gt;I can't get the folder to appear at the top.&lt;/p&gt;

&lt;p&gt;Folders4Gmail is working.&lt;/p&gt;

&lt;p&gt;Is there something I need to do to get it to the top, is there are a way to change between the two?&lt;/p&gt;</description>
      <pubDate>Sun, 18 May 2008 19:19:02 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17516:76864</guid>
      <author>Tomgee43</author>
      <link>http://userscripts.org/topics/17516</link>
    </item>
    <item>
      <title>Archived Comments, replied by bertw @ Fri, 18 Apr 2008 02:05:24 -0500</title>
      <description>&lt;p&gt;Updated to last Folders4Gmail script.&lt;/p&gt;</description>
      <pubDate>Fri, 18 Apr 2008 02:05:24 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17516:76865</guid>
      <author>bertw</author>
      <link>http://userscripts.org/topics/17516</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:50 -0600</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>Tue, 16 Nov 2004 19:05:50 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17516:76861</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/17516</link>
    </item>
  </channel>
</rss>
