[Spambayes-checkins] spambayes/Outlook2000 msgstore.py,1.78,1.79

Mark Hammond mhammond at users.sourceforge.net
Wed Dec 10 02:18:55 EST 2003


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

Modified Files:
	msgstore.py 
Log Message:
PR_USERFIELDS only in newer win32alls.


Index: msgstore.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/msgstore.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** msgstore.py	10 Dec 2003 05:30:50 -0000	1.78
--- msgstore.py	10 Dec 2003 07:18:53 -0000	1.79
***************
*** 17,20 ****
--- 17,25 ----
  import winerror
  
+ try:
+     PR_USERFIELDS # only in new win32all
+ except NameError:
+     PR_USERFIELDS = 0x36E30102 # PROP_TAG(PT_BINARY, 0x36e3)
+ 
  # Additional MAPI constants we dont have in Python
  MESSAGE_MOVE = 0x1 # from MAPIdefs.h





More information about the Spambayes-checkins mailing list