Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inverse-inc/sogo-integrator.tb31
SOGo Integrator extension for Mozilla Thunderbird 31
https://github.com/inverse-inc/sogo-integrator.tb31
Last synced: about 2 months ago
JSON representation
SOGo Integrator extension for Mozilla Thunderbird 31
- Host: GitHub
- URL: https://github.com/inverse-inc/sogo-integrator.tb31
- Owner: inverse-inc
- License: gpl-2.0
- Created: 2014-09-25T17:04:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T14:42:16.000Z (over 6 years ago)
- Last Synced: 2024-05-12T00:42:23.744Z (8 months ago)
- Language: Java
- Size: 130 KB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog.old
- 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.