mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-10 19:15:08 -05:00
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
TODO
|
|
----
|
|
|
|
* when updating from 0.3 to 0.4, since prefs names have changed, will we need
|
|
to unsinstall addon ?
|
|
|
|
* add entry to popup menu when registering
|
|
|
|
WONTFIX
|
|
-------
|
|
|
|
* disable notifications for excluded mail account servers. NOTE: toggle
|
|
`login_at_startup` and `check_new_mail` is a bad idea. Mainly because the
|
|
user may be toggling them after we store the previous values (and before we
|
|
restore them)
|
|
|
|
* convert to a
|
|
[Bootstrapped extension](https://developer.mozilla.org/en/Extensions/Bootstrapped_extensions),
|
|
nor to an JetPack/Restartable because not supported yet by Thunderbird
|
|
|
|
|
|
ROADMAP
|
|
-------
|
|
|
|
* translations from BabelZilla
|
|
* only bug fixes for a while
|
|
|
|
|
|
NEXT FEATURES
|
|
-------------
|
|
|
|
* z-order/stack: gdk_window_raise(), XQueryTree(), XConfigureWindow/XConfigureRequestEvent
|
|
* when restoring, if the window is iconified, deiconify it
|
|
* keyboard shortcut hide/show
|
|
* fetch mail from popup menu
|
|
|
|
[Vote](https://docs.google.com/spreadsheet/viewform?hl=fr&formkey=dFJqUC1pLTQzNkJYQldFdzdSV1BaSkE6MQ#gid=0)
|