[Spambayes-checkins] spambayes/Outlook2000 msgstore.py,1.51,1.52

Mark Hammond mhammond at users.sourceforge.net
Tue Jul 22 07:37:41 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv22143

Modified Files:
	msgstore.py 
Log Message:
Paul Moore reports that not specifying USER_DEFERRED_ERRORS solves his
"unread flag" issue - and we certainly don't need that flag here, so
out it goes.  I'd love to hear this fixes *all* such reported bugs, but
I wont hold my breath.


Index: msgstore.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/msgstore.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** msgstore.py	22 Jul 2003 06:02:52 -0000	1.51
--- msgstore.py	22 Jul 2003 13:37:38 -0000	1.52
***************
*** 822,826 ****
          # There are also some issues with the "unread flag" that fiddling this
          # save code may fix.
!         self.mapi_object.SaveChanges(mapi.KEEP_OPEN_READWRITE | USE_DEFERRED_ERRORS)
          self.dirty = False
  
--- 822,828 ----
          # There are also some issues with the "unread flag" that fiddling this
          # save code may fix.
!         # It seems that *not* specifying mapi.MAPI_DEFERRED_ERRORS solves alot
!         # of said problems though!  So we don't!
!         self.mapi_object.SaveChanges(mapi.KEEP_OPEN_READWRITE)
          self.dirty = False
  





More information about the Spambayes-checkins mailing list