[Spambayes-checkins] spambayes/Outlook2000/dialogs FolderSelector.py,1.15,1.16

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Mar 17 16:03:29 EST 2003


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

Modified Files:
	FolderSelector.py 
Log Message:
Fix for SF bug #704921.  Added 'rescore' to training
section of config container.

Index: FolderSelector.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/FolderSelector.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** FolderSelector.py	17 Mar 2003 21:44:22 -0000	1.15
--- FolderSelector.py	18 Mar 2003 00:03:26 -0000	1.16
***************
*** 95,99 ****
              folder = msgstore.OpenEntry(subtree_eid, None, mapi.MAPI_DEFERRED_ERRORS)
          except pythoncom.com_error, details:
!             # Some weired error opening a folder tree
              # Just print a warning and ignore the tree.
              print "Failed to open a folder for the FolderSelector dialog"
--- 95,99 ----
              folder = msgstore.OpenEntry(subtree_eid, None, mapi.MAPI_DEFERRED_ERRORS)
          except pythoncom.com_error, details:
!             # Some weird error opening a folder tree
              # Just print a warning and ignore the tree.
              print "Failed to open a folder for the FolderSelector dialog"





More information about the Spambayes-checkins mailing list