mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 01:46:23 +00:00
Monotone-Revision: 47aef98a4894f30e9031a2a06ca088c4ac71d7f3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-01-26T16:52:13 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