[CalendarServer-changes] [8489] CalendarServer/trunk/twistedcaldav/scheduling/processing.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 6 06:59:26 PST 2012


Revision: 8489
          http://trac.macosforge.org/projects/calendarserver/changeset/8489
Author:   cdaboo at apple.com
Date:     2012-01-06 06:59:26 -0800 (Fri, 06 Jan 2012)
Log Message:
-----------
Prevent itip.auto from always appearing on itip refresh access log entries.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/scheduling/processing.py

Modified: CalendarServer/trunk/twistedcaldav/scheduling/processing.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/processing.py	2012-01-06 00:17:48 UTC (rev 8488)
+++ CalendarServer/trunk/twistedcaldav/scheduling/processing.py	2012-01-06 14:59:26 UTC (rev 8489)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2011 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2012 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -528,7 +528,6 @@
                 
                 # Refresh from another Attendee should not have Inbox item
                 if hasattr(self.request, "doing_attendee_refresh"):
-                    autoprocessed = True
                     store_inbox = False
 
                 result = (True, autoprocessed, store_inbox, changes,)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120106/c0a2ac73/attachment.html>


More information about the calendarserver-changes mailing list