mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 08:56:23 +00:00
Monotone-Revision: 9a06416d5f808116f7b0f2630c6fb7181d3e5249 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-04T03:12:24 Monotone-Branch: ca.inverse.sogo
Files
=====
appointment-create.psql
- this is a template for creating appointment quick/blob tables
- not used by code atm
folderinfo-create.psql
- create folder info table (folder registry table)
- insert some folders per default:
- /Users
- /Users/helge
- /Users/helge/Calendar
foldertablecreate-root.psql
- insert "/" and "/Users" parent folders (without storage, quick and type)
foldertablecreate-helge-privcal.psql
- create a quick and content table for 'helge/Calendar' folder
register-agenor-helge-privcal.psql
- register folder "/Users/helge/Calendar" folder in the registry table with
a link to the proper quick and content tables
testapt-agenor-helge-privcal.psql
- insert a raw iCalendar test appointment in the /Users/helge/Calendar
folder quick and content tables
Notes
=====
Listing the folders of a certain user:
sqlite> SELECT c_path FROM SOGo_folder_info \
WHERE c_path2 = 'test.et.di.cete-lyon';
/Users/test.et.di.cete-lyon
/Users/test.et.di.cete-lyon/Calendar
/Users/test.et.di.cete-lyon/Contacts