T_R_K 發表對 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)
請選擇一個原因:
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。