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

Modified Files:
        msgstore.py 
Log Message:
The organisation clue I found doesn't seem to be standard, so remove it.

Index: msgstore.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/msgstore.py,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** msgstore.py 16 Dec 2004 16:20:23 -0000      1.94
--- msgstore.py 17 Dec 2004 01:37:04 -0000      1.95
***************
*** 31,35 ****
  MYPR_MESSAGE_ID_A = 0x1035001E # more magic (message id field used for 
Exchange)
  MYPR_VERSION_ID = 0x7E8FFFFD # magic that I think tells us the Outlook version
- MYPR_ORGANISATION_A = 0x1037001E # I think this is the organisation magic
  
  CLEAR_READ_FLAG = 0x00000004
--- 31,34 ----
***************
*** 991,995 ****
                     PR_DISPLAY_CC_A, PR_MESSAGE_DELIVERY_TIME, \
                     MYPR_MESSAGE_ID_A, PR_IMPORTANCE, PR_CLIENT_SUBMIT_TIME, \
-                    MYPR_ORGANISATION_A,
  #       This property gives a 'The parameter is incorrect' error, for some
  #       reason, as does, 0x7E8EFFE2, which I think is the 'pretty' version
--- 990,993 ----
***************
*** 1007,1012 ****
              ("Importance", 6, False, self._format_importance),
              ("Date", 7, False, self._format_time),
!             ("Organization", 8, True, None),
! #            ("X-Mailer", 9, False, self._format_version),
              ):
              if potentially_large:
--- 1005,1009 ----
              ("Importance", 6, False, self._format_importance),
              ("Date", 7, False, self._format_time),
! #            ("X-Mailer", 8, False, self._format_version),
              ):
              if potentially_large:

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

Reply via email to