Рейтинг 5 из 5 звёзд

This fine add on need a patch to work with actual TB:

diff -Nur marksubfolders-1.0.2/chrome/content/markAllReadSubfolders.js marksubfolders-1.0.3/chrome/content/markAllReadSubfolders.js
--- marksubfolders-1.0.2/chrome/content/markAllReadSubfolders.js 2010-06-07 01:36:40.000000000 +0200
+++ marksubfolders-1.0.3/chrome/content/markAllReadSubfolders.js 2014-10-14 19:16:13.573989008 +0200
@@ -129,7 +129,13 @@
{
var version = Components.classes["@mozilla.org/xre/app-info;1"].
getService(Components.interfaces.nsIXULAppInfo).version;
- var appVer3Orlater = version.substring(0,2) == "3.";
+
+ var consoleService = Components.classes["@mozilla.org/consoleservice;1"].
+ getService(Components.interfaces.nsIConsoleService);
+
+ var mainVer = version.split(".");
+ var appVer3Orlater = mainVer[0] >= 3;
+ consoleService.logStringMessage("MarkSubfolders: Version=" + version + " mainVer:"+mainVer+" appVer3Orlater:"+appVer3Orlater );

// for backword compatibility
if (appVer3Orlater) {
@@ -162,3 +168,5 @@
// a) Support Thunderbird3.0beta4, and rewrite code.
// 1.0.2 2010/06/05
// Support Thunderbird 3.1 and rewrite code.
+// 1.0.3 2014/10/14
+// Support Thunderbird > 3.0
diff -Nur marksubfolders-1.0.2/chrome/locale/de/markallreadsub_description.properties marksubfolders-1.0.3/chrome/locale/de/markallreadsub_description.properties
--- marksubfolders-1.0.2/chrome/locale/de/markallreadsub_description.properties 2010-01-01 16:20:24.000000000 +0100
+++ marksubfolders-1.0.3/chrome/locale/de/markallreadsub_description.properties 2014-10-14 18:36:50.602260298 +0200
@@ -1 +1 @@
-extensions.markallreadsub@thunderbird.extension.description = Das Menü 'Unterordner als gelesen markieren', fügte in dem Ordner-Kontextmenü.
+extensions.markallreadsub@thunderbird.extension.description = Das Menü 'Unterordner als gelesen markieren', im Ordner-Kontextmenü.
diff -Nur marksubfolders-1.0.2/install.rdf marksubfolders-1.0.3/install.rdf
--- marksubfolders-1.0.2/install.rdf 2010-06-06 23:47:58.000000000 +0200
+++ marksubfolders-1.0.3/install.rdf 2014-10-14 19:15:15.721787497 +0200
@@ -5,7 +5,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>markallreadsub@thunderbird.extension</em:id>
- <em:version>1.0.2</em:version>
+ <em:version>1.0.3</em:version>
<em:type>2</em:type>

<!-- Target Application this extension can install into,
@@ -14,7 +14,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>1.5</em:minVersion>
- <em:maxVersion>3.2a1pre</em:maxVersion>
+ <em:maxVersion>31.*</em:maxVersion>
</Description>
</em:targetApplication>

Рейтинг 5 из 5 звёзд

To make this work in Thunderbird 10 you'll need to change:
install.rdf
to...
<em:maxVersion>10.*</em:maxVersion>
and change
chrome/content/markAllReadSubfolders.js (line 132)
to...
var appVer3Orlater = version.substring(0,3) == "10.";

The only difference with this to the previous hack suggested by George is that the version.substring must also be changed - subtle, but important...

Рейтинг 5 из 5 звёзд

Tested in W7 with TB 7.0.1 It is OK.

Этот пользователь ранее оставил 1 отзыв на это дополнение.

Рейтинг 5 из 5 звёзд

Before all the rapid release cycles this add-on worked very well. Now it is broken and hasn't been updated. I really liked this add-on when it worked.

The hack listed below by George does not work for me on Windows 7 and TB 7.0.1

Рейтинг 5 из 5 звёзд

After upgrading to Thunderbird version 7.0, I redid George's "trick", substituting 7 (in 2.) and 7. (in 4.), and it seems to work just as well under 7.0 as under 6.0.2.
I now run Thunderbird 7.0 on Ubuntu 11.04, 64bit

Этот пользователь ранее оставил 1 отзыв на это дополнение.

Рейтинг 5 из 5 звёзд

Please update to work with TB 5
I would love to be able to use this addon!

Рейтинг 5 из 5 звёзд

Awesome!! I've been looking for this feature for years--it only just now occurred to me that there might be an addon for it. Thanks for posting this!

Это отзыв для предыдущей версии этого дополнения (1.0.1). 

Рейтинг 3 из 5 звёзд

The Italian localization contains errors. I would like to send you the correct translation but you did not leave any email address or website.
Bye

Это отзыв для предыдущей версии этого дополнения (1.0.1). 

If possible, I will want to take in your localization.
Would you contact to gaby@pluto.dti.ne.jp?

Рейтинг 5 из 5 звёзд

Many, many thanks for this. You've saved me a LOT of time marking dozens of feed folders in TB3!

Это отзыв для предыдущей версии этого дополнения (1.0.0). 

Рейтинг 5 из 5 звёзд

Je reçois des notifications par mail qui indiquent l’état des sauvegardes de plusieurs serveurs (OK) et qui sont ensuite mis dans des sous dossiers suivant les sites. Si je ne reçois pas de notification (pb de connexion ou autre) je sais celui qui n’a pas fonctionné. Avec ce module, je peux marquer les sous dossiers en une seule fois au lieu de le faire un à un, module indispensable !!!

Это отзыв для предыдущей версии этого дополнения (0.0.2). 

Рейтинг 2 из 5 звёзд

Thunderbird (2.0.0.19-Ubuntu Linux) crashed when I asked it to mark subfolders read for my relatively simple tree (about 5 folders deep and about 40 - 50 folders total).

However, when I reopened Thunderbird, it had indeed marked them read. So, it works - just not in as stable of a manner as I would have wished. Luckily, I only needed it for a one-shot deal.

Many thanks for saving me about 30 minutes of right-click hell! ;)

Это отзыв для предыдущей версии этого дополнения (0.0.2). 

Рейтинг 5 из 5 звёзд

あふれかえる読まないメールに悩んでいるあなたに是非!

Это отзыв для предыдущей версии этого дополнения (0.0.2). 

Рейтинг 3 из 5 звёзд

Sometimes it worked, sometimes it didn't on my big, hairy, 2000-plug-folder tree. It saved me enough time that it was worth installing, even when I had to go manually "unread" subfolders it didn't catch.

Это отзыв для предыдущей версии этого дополнения (0.0.2). 

Рейтинг 1 из 5 звёзд

I have a fairly complex folder tree. Was really hoping this would work when I imported all my emails to Thunderbird as all emails were marked as unread by default. I used MarkSubfolders which initially turned all the folders to read. This was great, however after a day or two some and at times all of the folders started to switch back to unread for apparently no reason. Since then sometimes the command does nothing when used and then at other times it has caused Tbird to hang. Not sure why this is, but it doesnt seem to be working quite idealy to say the least.

Это отзыв для предыдущей версии этого дополнения (0.0.2). 

Рейтинг 5 из 5 звёзд

It works great! Have not had any problems.

Это отзыв для предыдущей версии этого дополнения (0.0.2). 

Рейтинг 5 из 5 звёзд

I have a hairy folders tree used to sort out lots of automated emails, so I was hoping for this functions for monthes now; THANKS!!

The add-on does what it says it does, cleanly, no problem encountered.

Это отзыв для предыдущей версии этого дополнения (0.0.2).