لتجربة الآلاف من الإضافات المتوفرة هنا، نزّل متصفح موزيلا فَيَرفُكس مجانًا. المتصفح الأسرع والأكثر أمانًا في عالم الإنترنت.
Closeمرحبا بك في إضافات فَيَرفُكس.
اختر من بين الآلاف من المميزات والمظاهر الإضافية واجعل فيرفُكس ملكًا لك.
Closeتعليق واحد على Extra Folder Columns بواسطة 6_6_6_6_6_6
مقيمة بـ 5 من 5 نجوم
I can't believe you need an add-on for something as simple as this in this bloody thunderbug.
Here is what you should do to get rid of annoying zeros.
Find "extra-cols@jminta_gmail.com\chrome\content" folder. It is inside "extensions" folder.
Open "main.js" with wordpad (make a copy first).
Change:
case "folderTotalCol":
return fixNum(this._folder.getTotalMessages(false));
TO:
case "folderTotalCol":
if (fixNum(this._folder.getTotalMessages(false)) > 0)
return fixNum(this._folder.getTotalMessages(false));
return;
I don't know javascript but this worked for me. I am not responsible if it drinks your beer, blows up your pc, shags your wife or kills your dog.
Cheers.
لإنشاء مجموعاتك الخاصة، يجب أن تمتلك حسابا على موقع إضافات موزيلا.