Monotone-Parent: 0772559678e0dcaffb1e66c71b06e302cf9a9876

Monotone-Revision: 158995d6d9ca56c5ab12433a2f5c0af126b30063

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-17T22:23:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-11-17 22:23:47 +00:00
parent 6251aab00a
commit 65375d7506

View file

@ -37,31 +37,3 @@ VALUES
'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder',
'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder_quick',
'Container' );
INSERT INTO SOGo_folder_info
( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername,
c_location, c_quick_location, c_folder_type )
VALUES
( '/Users/helge',
'Users',
'helge',
NULL,
NULL,
'helge',
'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder',
'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder_quick',
'Container' );
INSERT INTO SOGo_folder_info
( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername,
c_location, c_quick_location, c_folder_type )
VALUES
( '/Users/helge/Calendar',
'Users',
'helge',
'Calendar',
NULL,
'Calendar',
'http://OGo:OGo@localhost:5432/OGo/SOGo_helge_privcal',
'http://OGo:OGo@localhost:5432/OGo/SOGo_helge_privcal_quick',
'Appointment' );