Go to file
foudfou 92e5a49a77 v0.1.2 2011-09-23 17:02:07 +02:00
src v0.1.2 2011-09-23 17:02:07 +02:00
testing finish text icon implementation for displaying unread messages count in mail 2011-09-19 18:33:45 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md begin implementation for text icon 2011-09-09 22:15:48 +02:00
TODO * replace Components.utils.reportError() with ERROR() 2011-09-13 22:08:06 +02:00

README.md

Moztray

Overview

Rewrite attempt of Firetray with js-ctypes, with focus on unread message count display.

Notes

  • Moztray unsets the tabs.warnOnClose built-in preference, which otherwise disrupts the handeling of the close event.
  • Experimental non-customizable keyboard shortcut for hiding all windows set to: accel-shift-w

References

KNOWN BUGS

Acknowledgment

  • Some code borrowed from Mike Conley.
  • kind support from Neil Deaking