Folders4Gmail+Folders2Top

By bertw Last update Mar 30, 2009 — Installed 2,054 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
hans212 User

I modified the script (JUST ON MY PC!) a bit. now all "not-labeled" elements are aligned-left (like default without this script). All label items have a margin of 5px now.

[FIND]

var indentedNode = label.domNode;
if(label.childLabels.length > 0){
indentedNode = expanderNode;
}

[FIND]

indentedNode.style.marginLeft = "" + indentionLevel*14 + "px";

[REPLACE WITH]

/* 20080912 set left margin only if there is a label item and leave the
rest untouched*/
if (indentionLevel > 1) {
indentedNode.style.marginLeft = "" + indentionLevel*5 + "px";
}

I hope, my code will be implemented soon.

 
bertw Script's Author

@Tomgee42: No you can't switch. You should only enable one of the two scripts.

Folders are never moved, only 'folders' which don't have more sub folders. I use it this way:

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.

Hope that clarifies the thing.

 
Tomgee43 User

I can't get the folder to appear at the top.

Folders4Gmail is working.

Is there something I need to do to get it to the top, is there are a way to change between the two?

 
bertw Script's Author

Updated to last Folders4Gmail script.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel