[CalendarServer-changes] [8568] CalendarServer/trunk/twistedcaldav/mail.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 20 13:00:19 PST 2012


Revision: 8568
          http://trac.macosforge.org/projects/calendarserver/changeset/8568
Author:   sagen at apple.com
Date:     2012-01-20 13:00:18 -0800 (Fri, 20 Jan 2012)
Log Message:
-----------
This was missing from previous commit -- update mail.py to pass in a list.

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

Modified: CalendarServer/trunk/twistedcaldav/mail.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/mail.py	2012-01-20 18:03:41 UTC (rev 8567)
+++ CalendarServer/trunk/twistedcaldav/mail.py	2012-01-20 21:00:18 UTC (rev 8568)
@@ -884,9 +884,9 @@
         rootResource = getRootResource(
             config,
             "IGNORED", # no need for a store - no /calendars nor /addressbooks
-            (
+            resources = [
                 ("inbox", IMIPInvitationInboxResource, (mailer,), "digest"),
-            )
+            ]
         )
 
         self.factory = HTTPFactory(server.Site(rootResource))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120120/23cc1c6a/attachment.html>


More information about the calendarserver-changes mailing list