update README/TODO + bump maxVersion to 10.* for FF and TB

This commit is contained in:
foudfou 2011-11-24 23:12:13 +01:00
parent 27360545d3
commit d1b05deb95
3 changed files with 5 additions and 13 deletions

View File

@ -30,6 +30,9 @@ KNOWN BUGS
* windows aren't restored with the same z-order, but there is [no means to correct that under Linux](https://bugzilla.mozilla.org/show_bug.cgi?id=156333 "GetZOrderDOMWindowEnumerator is broken on Linux")
* popup notifications can't be easily disabled along with excluded mail
accounts, since newmailalerts are [hard-coded](http://mxr.mozilla.org/comm-central/find?string=content/newmailalert)
Acknowledgment
--------------

11
TODO
View File

@ -1,16 +1,5 @@
=TODO=
* add "enable biff notification" option. And if true:
radio choice option with:
"display message count"
"display new-mail image"
"display custom image"
* also disable notification for excluded mail account servers
Not easily feasible since newmailalerts are hard-coded
http://mxr.mozilla.org/comm-central/find?string=content/newmailalert
* convert to a https://developer.mozilla.org/en/Extensions/Bootstrapped_extensions
see ../restartless-restart-ffext/ and

View File

@ -19,7 +19,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>8.*</em:maxVersion>
<em:maxVersion>10.*</em:maxVersion>
</Description>
</em:targetApplication>
@ -27,7 +27,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.3a1pre</em:minVersion>
<em:maxVersion>8.*</em:maxVersion>
<em:maxVersion>10.*</em:maxVersion>
</Description>
</em:targetApplication>