Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

To build :

% make distclean
% make build=site

For 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.