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