[CalendarServer-changes] [6302] CalendarServer/trunk/txdav/caldav/datastore/util.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 15 18:53:10 PDT 2010


Revision: 6302
          http://trac.macosforge.org/projects/calendarserver/changeset/6302
Author:   cdaboo at apple.com
Date:     2010-09-15 18:53:09 -0700 (Wed, 15 Sep 2010)
Log Message:
-----------
Do not migrate outbox.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/util.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/util.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/util.py	2010-09-16 00:13:03 UTC (rev 6301)
+++ CalendarServer/trunk/txdav/caldav/datastore/util.py	2010-09-16 01:53:09 UTC (rev 6302)
@@ -189,6 +189,8 @@
     outHome.properties().update(inHome.properties())
     for calendar in inHome.calendars():
         name = calendar.name()
+        if name == "outbox":
+            continue
         outHome.createCalendarWithName(name)
         outCalendar = outHome.calendarWithName(name)
         try:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100915/626b38ac/attachment.html>


More information about the calendarserver-changes mailing list