Files
sogo/Tools
Francis Lachapelle 0d81195ab3 chore(tool): fix disabling of auto-reply
Disabling of auto-reply was occuring one day too early.

Fixes #5219
2020-11-26 16:18:44 -05:00
..

fileformat:
-----------
Property list:

{
  ldif_record = "dn: xxxxx\nfield: xxxx\n...";
  preferences = ( settingsdict, defaultsdict );
  tables = { "c_path4" = {
                displayname = "c_folder_name";
                records = { c_name = c_content1;
                            c_name2 = c_content2;
                            ... };
                acl = { userA = ( role1, role2, ...);
                        userB = ( role1, role2, ...);
                        ... };
             },
             ... };
}