[CalendarServer-changes] [2650] CalendarServer/trunk/twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 1 14:10:04 PDT 2008


Revision: 2650
          http://trac.macosforge.org/projects/calendarserver/changeset/2650
Author:   cdaboo at apple.com
Date:     2008-07-01 14:10:04 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
Make sure the inbox index file is created when the inbox itself is created.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/static.py

Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py	2008-07-01 19:49:09 UTC (rev 2649)
+++ CalendarServer/trunk/twistedcaldav/static.py	2008-07-01 21:10:04 UTC (rev 2650)
@@ -657,6 +657,9 @@
             # Initialize CTag on the calendar collection
             self.updateCTag()
 
+            # Initialize the index
+            self.index().create()
+
         return super(ScheduleInboxFile, self).provision()
 
     def __repr__(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080701/f05b9d68/attachment.html 


More information about the calendarserver-changes mailing list