T_R_K

על עצמי

מידע על המפתח
שם T_R_K
משתמש מאז יוני 29, 2009
מספר התוספות שנוצרו 0 תוספות
דירוג ממוצע של התוספות של המפתח טרם דורג

הסקירות שלי

Extra Folder Columns

דירוג 5 מתוך 5 כוכבים

Great plugin, it makes keeping track of how big my mail boxes are getting a lot easier to manage, thanks.

I wanted zeros removing too (especially from the top level account folders) so I've altered the code.

To simply get rid of zeros, just alter line 9 of chrome/content/main.js and change:
return aNumber == -1 ? "" : aNumber;
to
return aNumber {less than}= 0 ? "" : aNumber;

(substitute {less than} for the less than symbol)

סקירה זו מתייחסת לגרסה קודמת של התוספת (0.2). 

Extra Folder Columns

דירוג 5 מתוך 5 כוכבים

Great plugin thanks.

I wanted zeros removing too (especially from the top level account folders) so I've altered the code.

To simply get rid of zeros, just alter line 9 of chrome/content/main.js and change:
return aNumber == -1 ? "" : aNumber;
to
return aNumber &lt= 0 ? "" : aNumber;

סקירה זו מתייחסת לגרסה קודמת של התוספת (0.2). 

Extra Folder Columns

דירוג 5 מתוך 5 כוכבים

Great plugin thanks.

I wanted zeros removing too (especially from the top level account folders) so I've altered the code.

To simply get rid of zeros, just alter line 9 of chrome/content/main.js and change:
return aNumber == -1 ? "" : aNumber;
to
return aNumber

סקירה זו מתייחסת לגרסה קודמת של התוספת (0.2).