Hi everyone,
Just a simple question really, the GNUsteps defaults file, is it just me or
does no-one use the XML format?
all the community discussion I have read about configuring SOGo seems to show
examples in some sort of array format like this:
e.g.
something = (
    {
        fieldname = value;
        fieldname2 = value 2;
    };
......

whereas when you configure SOGo with the defaults command, it seems to create
an XML file like this:
<something>
    <key>somekey</key>
    <string>somevalue</string>
</something>
.......

am I looking at the wrong file or is everyone using a different (potentially
better/easier to comprehend/simpler to edit) format? what should I be using?

Thanks,

Rob
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to