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

Modified Files:
        addin.py 
Log Message:
Fix bug with last checkin.

Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** addin.py    23 Dec 2004 01:48:26 -0000      1.146
--- addin.py    23 Dec 2004 04:34:13 -0000      1.147
***************
*** 769,773 ****
                                          self.manager.score(msgstore_message))
                  msgstore_message.t = False
!                 self.manager.classifier_data.message_db.store_msg(msg)
                  self.manager.classifier_data.dirty = True
                  # Must train before moving, else we lose the message!
--- 769,773 ----
                                          self.manager.score(msgstore_message))
                  msgstore_message.t = False
!                 
self.manager.classifier_data.message_db.store_msg(msgstore_message)
                  self.manager.classifier_data.dirty = True
                  # Must train before moving, else we lose the message!

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to