[Spambayes-checkins] spambayes/Outlook2000 addin.py,1.148,1.149

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Dec 27 03:26:36 CET 2004


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3753/Outlook2000

Modified Files:
	addin.py 
Log Message:
Fix typo.

Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** addin.py	23 Dec 2004 18:14:16 -0000	1.148
--- addin.py	27 Dec 2004 02:26:28 -0000	1.149
***************
*** 692,696 ****
                                  self.manager.score(msgstore_message))
              msgstore_message.t = True
!             self.manager.classifier_data.message_db.store_msg(msg)
              self.manager.classifier_data.dirty = True
              # Record the original folder, in case this message is not where
--- 692,696 ----
                                  self.manager.score(msgstore_message))
              msgstore_message.t = True
!             self.manager.classifier_data.message_db.store_msg(msgstore_message)
              self.manager.classifier_data.dirty = True
              # Record the original folder, in case this message is not where



More information about the Spambayes-checkins mailing list