To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
ĐóngChào mừng đến với tiện ích Firefox.
Choose from thousands of extra features and styles to make Firefox your own.
ĐóngColin Guthrie
Giới thiệu về tôi
Tên | Colin Guthrie |
---|---|
Người dùng kể từ | Tháng ba 5, 2007 |
Số tiện ích được phát triển | 0 add-ons |
Đánh giá trung bình của các tiện ích của nhà phát triển | Chưa được xếp hạng |
Đánh giá Của tôi
Extra Folder Columns
Rated 5 out of 5 stars
Great little plugin.
I made a few adjustments to it recently to add support for renaming newsgroups to more friendly names!
http://colin.guthr.ie/2011/08/thunderavian-renaming-thunderbird-newsgroups/
Hope it gets merged into the official package, but in the mean time people can see my change via the above link :)
Hope some people fine it useful.
Col
Extra Folder Columns
Rated 5 out of 5 stars
Simple Patch for RC2 to display folder names properly.
--- chrome/content/main.js.orig 2009-12-08 11:15:35.000000000 +0000
+++ chrome/content/main.js 2009-12-08 11:33:34.000000000 +0000
@@ -11,9 +11,15 @@
switch (aColName) {
case "folderNameCol":
- let text = this._folder.abbreviatedName;
- if (this._useServerName)
- text += " - " + this._folder.server.prettyName;
+ let text;
+ if (this.useServerNameOnly) {
+ text = this._folder.server.prettyName;
+ }
+ else {
+ text = this._folder.abbreviatedName;
+ if (this.addServerName)
+ text += " - " + this._folder.server.prettyName;
+ }
// If the unread column is shown, we don't need to add the count
if (!document.getElementById("folderUnreadCol").hidden)
Để tạo ra bộ sưu tập của riêng mình, bạn phải có một tài khoản trên Tiện ích Mozilla.