I have the following in my sogo GNUstep/Defaults/.GNUstepDefaults file. However, they do not appear on the web interface. Am I doing something wrong?

Of course entered like so:
defaults write sogod SOGoCalendarCategories '("Meeting","Public Event","Staff Event","Project","Task","Annual Leave","Public Holiday","Time in Lieu","Unpaid Leave","Other")' defaults write sogod SOGoContactsCategories '(Staff,Client,Lead,Supplier,Partner,Press,Guest,Owner,Agent)'

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
...
        <key>SOGoCalendarCategories</key>
        <array>
            <string>Meeting</string>
            <string>Public Event</string>
            <string>Staff Event</string>
            <string>Project</string>
            <string>Task</string>
            <string>Annual Leave</string>
            <string>Public Holiday</string>
            <string>Time in Lieu</string>
            <string>Unpaid Leave</string>
            <string>Other</string>
        </array>
        <key>SOGoContactsCategories</key>
        <array>
            <string>Staff</string>
            <string>Client</string>
            <string>Lead</string>
            <string>Supplier</string>
            <string>Partner</string>
            <string>Press</string>
            <string>Guest</string>
            <string>Owner</string>
            <string>Agent</string>
        </array>
...
    </dict>
</dict>
</plist>

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

Reply via email to