Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inverse-inc/sogo-integrator.tb3
SOGo Integrator extension for Thunderbird 3
https://github.com/inverse-inc/sogo-integrator.tb3
Last synced: about 2 months ago
JSON representation
SOGo Integrator extension for Thunderbird 3
- Host: GitHub
- URL: https://github.com/inverse-inc/sogo-integrator.tb3
- Owner: inverse-inc
- License: gpl-2.0
- Created: 2012-09-12T16:37:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-06T14:15:05.000Z (about 12 years ago)
- Last Synced: 2024-05-12T00:42:23.071Z (8 months ago)
- Language: JavaScript
- Homepage: http://sogo.nu/
- Size: 258 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
To build :
% make distclean
% make build=siteFor example :
% make build=sogo-demo
To activate debugging info, add to site.js :
pref("javascript.options.showInConsole", true);
pref("nglayout.debug.disable_xul_cache", true);
pref("browser.dom.window.dump.enabled", true);
pref("javascript.options.strict", true);If you want to uninstall a previously installed extension from SOGo's updates.php script, just set its version number to "disabled" in the php script.