2011-09-24 06:00:31 -04:00
Firetray
2011-08-27 21:35:55 -04:00
=======
2011-08-15 16:39:25 -04:00
2011-08-27 21:35:55 -04:00
Overview
--------
2011-09-24 06:00:31 -04:00
Js-ctypes rewrite of the binary XPCOM version of **Firetray** .
2011-08-27 21:35:55 -04:00
Notes
-----
2011-09-24 06:00:31 -04:00
* Firetray unsets the `tabs.warnOnClose` built-in preference, which otherwise disrupts the handeling of the close event.
2011-08-27 21:35:55 -04:00
* Experimental non-customizable keyboard shortcut for hiding all windows set to: `accel-shift-w`
2011-09-07 10:24:14 -04:00
References
----------
2011-08-27 21:35:55 -04:00
* if you're looking for other mozilla-desktop integration:
* Paul Neulinger's [Gnome-shell-Thunderbird integration ](https://github.com/tanwald/gnome-shell-extension-thunderbird-integration "gnome-shell-thunderbird integration" )
2011-09-07 10:24:14 -04:00
* Mike Conley's
[Unity-Thunderbird integration](http://mozillalabs.com/messaging/messaging-menu/
"Unity-Thunderbird integration")
2011-09-09 16:14:40 -04:00
* discontinued [Mozilla New Mail Icon (Biff) ](https://addons.mozilla.org/fr/thunderbird/addon/new-mail-icon/ )
2011-09-07 10:24:14 -04:00
* [Alltray ](http://alltray.trausch.us/ "alltray" ) launches any applications
into tray
2011-08-27 21:35:55 -04:00
KNOWN BUGS
----------
2011-08-15 16:39:25 -04:00
2011-08-27 11:40:27 -04:00
* 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" )
2011-08-27 21:35:55 -04:00
2011-11-27 21:52:41 -05:00
* notifications for excluded mail account servers are not
disabled. Newmailalerts are
[hard-coded ](http://mxr.mozilla.org/comm-central/find?string=content/newmailalert )
and we can't easily disable thme on a per-server basis (only globally, see
`mail.biff.show_alert` ). The proper way would probably be to disable default
notifications globally, and handle notifications ourselves. This is out of
the scope of this addon, but you may want to give a try to the
[MailAlert extension ](https://addons.mozilla.org/en-US/thunderbird/addon/mailbox-alert/ )
2011-11-24 17:12:13 -05:00
2011-08-27 21:35:55 -04:00
Acknowledgment
--------------
* Some code borrowed from [Mike Conley ](http://mzl.la/messagingmenu "Thanks Mike" ).
2011-09-24 06:00:31 -04:00
* Some code borrowed from
[Nils Mayer](https://addons.mozilla.org/fr/firefox/addon/minimizetotray-revived/
"MinToTrayR addon page").
2011-08-27 21:35:55 -04:00
* kind support from Neil Deaking
2011-09-24 06:00:31 -04:00