[Spambayes-checkins] spambayes/Outlook2000 train.py,1.11,1.12

Mark Hammond mhammond@users.sourceforge.net
Thu Oct 31 22:03:39 2002


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory usw-pr-cvs1:/tmp/cvs-serv31068

Modified Files:
	train.py 
Log Message:
Add a small comment indicating why we dont use the EntryID.


Index: train.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/train.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** train.py	31 Oct 2002 21:57:00 -0000	1.11
--- train.py	31 Oct 2002 22:03:35 -0000	1.12
***************
*** 7,10 ****
--- 7,12 ----
  from win32com.mapi import mapi
  
+ # Note our Message Database uses PR_SEARCH_KEY, *not* PR_ENTRYID, as the
+ # latter changes after a Move operation - see msgstore.py
  def been_trained_as_ham(msg, mgr):
      spam = mgr.message_db.get(msg.searchkey)