Revision
9277
Author
glyph@apple.com
Date
2012-05-24 13:33:44 -0700 (Thu, 24 May 2012)

Log Message

note to self

Modified Paths

Diff

Modified: CalendarServer/branches/users/glyph/uuid-normalize/twistedcaldav/mail.py (9276 => 9277)


--- 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