Files
sogo/Tools
Francis Lachapelle b1e5170060 Reverse localization patch.
Monotone-Parent: c16aa62954764e28a982189ae9222645f4705921
Monotone-Revision: a46f694fb88b061ebf1cde5157986657756d6f5c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-03T11:51:05
Monotone-Branch: ca.inverse.sogo
2011-11-03 11:51:05 +00:00
..
2011-06-29 17:43:10 +00:00
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2011-06-29 17:43:10 +00:00
2011-06-29 17:43:10 +00:00
2011-03-21 18:04:50 +00:00
2011-11-03 11:51:05 +00:00
2011-10-13 01:27:57 +00: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, ...);
                        ... };
             },
             ... };
}