[Spambayes-checkins] spambayes imapfilter.py,1.49,1.50
Tony Meyer
anadelonbrin at users.sourceforge.net
Wed Aug 6 17:04:06 EDT 2003
Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv9707
Modified Files:
imapfilter.py
Log Message:
Broken by Python 2.3, but my fault. Fix for:
[ 784296 ] imapfilter broken with Python 2.3
Index: imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/imapfilter.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** imapfilter.py 24 Jun 2003 06:16:27 -0000 1.49
--- imapfilter.py 6 Aug 2003 23:04:04 -0000 1.50
***************
*** 229,233 ****
# We *always* use SELECT and not EXAMINE, because this
# speeds things up considerably.
! response = self.select(folder, False)
if response[0] != "OK":
print "Invalid response to select %s:\n%s" % (folder,
--- 229,233 ----
# We *always* use SELECT and not EXAMINE, because this
# speeds things up considerably.
! response = self.select(folder, None)
if response[0] != "OK":
print "Invalid response to select %s:\n%s" % (folder,
More information about the Spambayes-checkins
mailing list