- Revision
- 16127
- Author
- bkirsch
- Date
- 2007-12-14 13:15:04 -0800 (Fri, 14 Dec 2007)
Log Message
[Bug 11660] Sending email to yourself in Chandler causes false-positive 'Unread' status and 'popping into Now. Added a log.info call when the Mail Service pops a message to Now so we can track if this is indeed the issue.r=morgen
Modified Paths
Diff
Modified: trunk/chandler/parcels/osaf/pim/mail.py (16126 => 16127)
--- trunk/chandler/parcels/osaf/pim/mail.py 2007-12-14 06:41:30 UTC (rev 16126) +++ trunk/chandler/parcels/osaf/pim/mail.py 2007-12-14 21:15:04 UTC (rev 16127) @@ -1827,6 +1827,10 @@ # sectionTriageStatus is set to NOW triageArg = "auto" + + log.info("Mail Service popping item '%s (%s)' to NOW" % \ + (self.itsItem.displayName.encode("utf-8"), self.itsItem.itsUUID)) + setTriageStatus(self.itsItem, triageArg, popToNow=True) if not self.fromEIMML:
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
