[CalendarServer-changes] [9277] CalendarServer/branches/users/glyph/uuid-normalize/twistedcaldav/ mail.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 13:33:44 PDT 2012


Revision: 9277
          http://trac.macosforge.org/projects/calendarserver/changeset/9277
Author:   glyph at apple.com
Date:     2012-05-24 13:33:44 -0700 (Thu, 24 May 2012)
Log Message:
-----------
note to self

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/uuid-normalize/twistedcaldav/mail.py

Modified: CalendarServer/branches/users/glyph/uuid-normalize/twistedcaldav/mail.py
===================================================================
--- CalendarServer/branches/users/glyph/uuid-normalize/twistedcaldav/mail.py	2012-05-24 20:33:41 UTC (rev 9276)
+++ CalendarServer/branches/users/glyph/uuid-normalize/twistedcaldav/mail.py	2012-05-24 20:33:44 UTC (rev 9277)
@@ -771,6 +771,7 @@
                     update TOKENS set ORGANIZER = :1 WHERE ORGANIZER = :2
                     """, normalizeUUIDOrNot(organizer), organizer
                 )
+            # ATTENDEEs are always mailto: so unconditionally lower().
             self._db_execute(
                 """
                 update TOKENS set ATTENDEE = :1 WHERE ATTENDEE = :2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120524/fd5dc92a/attachment-0001.html>


More information about the calendarserver-changes mailing list