[CalendarServer-changes] [8864] CalendarServer/trunk/twistedcaldav/directory/idirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 14 00:17:27 PDT 2012


Revision: 8864
          http://trac.macosforge.org/projects/calendarserver/changeset/8864
Author:   wsanchez at apple.com
Date:     2012-03-14 00:17:26 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
emailAddresses, not emailAddress

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/idirectory.py

Modified: CalendarServer/trunk/twistedcaldav/directory/idirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/idirectory.py	2012-03-14 06:26:33 UTC (rev 8863)
+++ CalendarServer/trunk/twistedcaldav/directory/idirectory.py	2012-03-14 07:17:26 UTC (rev 8864)
@@ -110,7 +110,7 @@
     fullName              = Attribute("The full name of this record.")
     firstName             = Attribute("The first name of this record.")
     lastName              = Attribute("The last name of this record.")
-    emailAddress          = Attribute("The email address of this record.")
+    emailAddresses        = Attribute("The email addresses of this record.")
     enabledForCalendaring = Attribute("Determines whether this record creates a principal with a calendar home.")
     enabledForAddressBooks = Attribute("Determines whether this record creates a principal with an address book home.")
     calendarUserAddresses = Attribute(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120314/719e4ea1/attachment-0001.html>


More information about the calendarserver-changes mailing list