Ласкаво просимо до додатків Thunderbird.

Додайте функції та стиль, щоб зробити Thunderbird своїм.

Закрити

В дорозі?

Перегляньте наш сайт додатків для мобільного.

Закрити

Strim

Про мене

Інформація для розробника
Ім'я Strim
Користувач з Червень 5, 2008
Кількість розроблених додатків 0 додатків
Середня оцінка додатків розробника Ще не оцінено

Мої відгуки

LookOut (fix version)

Оцінка 5 з 5 зірок

Thanks a lot! LookOut 2.0 (Fix Version) works perfectly with my TB 68.3.1 (mac os x). Luckily just some of my senders are attaching winmail.dat unsupported by TB out-of-the-box.

Цей відгук для попередньої версії додатку (2.0.0). 

Colored Folders

Оцінка 5 з 5 зірок

Many thanks, was happy to make small donation for your efforts!

Цей відгук для попередньої версії додатку (1.3.4). 

Color Folders

Оцінка 5 з 5 зірок

Finally the add-on developer has replied to one of the last reviews here and promised to update 1.0 for TB 24.x soon. Thank to lot. While waiting for the update let me re-post the temporary solution and the diff with the fix.
(PLEASE NOTE this post most prob will be deleted by the moderators in a short time)

The ready-to-use add-on with 24.x patch is available here:
https://www.dropbox.com/s/8x4vectgzdkt0fq/color_folders-1.0.1-tb.xpi

The only introduced diff is:
$ diff -u0 colorfolders.js.original colorfolders.js

--- colorfolders.js.original 2011-08-16 02:40:09.140422300 +0400
+++ colorfolders.js 2013-10-17 01:48:30.340801400 +0400
@@ -16,2 +16,2 @@
- gFolderTreeView.getCellProperties = function(row, col, props) {
- gFolderTreeView.originalGetCellProperties(row, col, props);
+ gFolderTreeView.getCellProperties = function(row, col) {
+ var props = gFolderTreeView.originalGetCellProperties(row, col);
@@ -30 +30 @@
- props.AppendElement(aAtomService.getAtom(folderColor));
+ props += " " + folderColor;
@@ -32,0 +33 @@
+ return props;

Good luck,
Waiting for the update by the author,

Цей відгук для попередньої версії додатку (1.0).  Цей користувач має 4 попередні відгуки про цей додаток.

Color Folders

Оцінка 5 з 5 зірок

Dear guys,

I fixed the 1.0 version for 24.0.1 and posted the link here in reviews, so well the diffs to fix it on your own. Unfortunately these reviews were deleted by the moderators eventually.

Also, I directed the letter to the add-on author two days ago, and he has never answered :(

What can we do? Can we submit Color Folders 2 with updated sources of Color Folder 1.0 for 24.x and continue to maintain it workable there? I can do, if it does not violate the author's rights. In the Color Folders 2 we can preserve all the original links and rights, and surely the donations (if any) should go to the original author.

Цей відгук для попередньої версії додатку (1.0).  Цей користувач має інші відгуки про цей додаток.

Color Folders

Оцінка 5 з 5 зірок

Dear guys, thank you for the warm words, and please donate to the real author of the addon, if you want.

The very small fix I did had taken not much time, and I did it 'cause I like this addon as you do!

Цей відгук для попередньої версії додатку (1.0).  Цей користувач має інші відгуки про цей додаток.

Color Folders

Оцінка 5 з 5 зірок

@jeroen1978g, @patrick:

The changes should be applied to JavaScript file within ZIP archive of the add-on: color_folders-1.0-tb.xpi\chrome\colorfolders.js. Reinstall the plugin from the modified XPI file then.

My version of the add-on with the only mentioned change + updated manifest is shared here:

https://www.dropbox.com/s/8x4vectgzdkt0fq/color_folders-1.0.1-tb.xpi

Will be great if the author appears and consolidates the changes, many thanks to him for this useful add-on.

Цей відгук для попередньої версії додатку (1.0).  Цей користувач має інші відгуки про цей додаток.

Color Folders

Оцінка 5 з 5 зірок

Nice plugin, since the author is out of reach I fixed it for 24.*. Hope it doesn't violate any copyrights to update colorfolders.js with the following diff:

$ diff -u0 colorfolders.js.original colorfolders.js

--- colorfolders.js.original 2011-08-16 02:40:09.140422300 +0400
+++ colorfolders.js 2013-10-17 01:48:30.340801400 +0400
@@ -16,2 +16,2 @@
- gFolderTreeView.getCellProperties = function(row, col, props) {
- gFolderTreeView.originalGetCellProperties(row, col, props);
+ gFolderTreeView.getCellProperties = function(row, col) {
+ var props = gFolderTreeView.originalGetCellProperties(row, col);
@@ -30 +30 @@
- props.AppendElement(aAtomService.getAtom(folderColor));
+ props += " " + folderColor;
@@ -32,0 +33 @@
+ return props;

Цей відгук для попередньої версії додатку (1.0). 

Remove Duplicate Messages

Оцінка 5 з 5 зірок

This is great add-on! I'm using it more than 2 years, it's fast, simple and efficient. Many thanks to the author.

Unfortunately the add-on doesn't work with Shredder 3.0b, so I corrected it's JavaScript within XPI archive. The updated code works as fine for my Shredder as earlier for Thunderbird.

However, the author didn't reply on my suggestion to update the add-on. So, I have no idea how I can share the results with community not violating anyones rights. Any ideas?

Regards,
Serg

Цей відгук для попередньої версії додатку (0.1.06).