[Spambayes-checkins] spambayes/spambayes ImapUI.py,1.1,1.2

Tony Meyer anadelonbrin at users.sourceforge.net
Fri Apr 18 16:49:00 EDT 2003


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

Modified Files:
	ImapUI.py 
Log Message:
Syntax error in unused part of the code.

Index: ImapUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ImapUI.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ImapUI.py	18 Apr 2003 09:24:29 -0000	1.1
--- ImapUI.py	18 Apr 2003 22:48:57 -0000	1.2
***************
*** 135,139 ****
          on the server'''
          response = imap.list()
!         if response[0] != "OK" return ()
          all_folders = response[1]
          folders = []
--- 135,140 ----
          on the server'''
          response = imap.list()
!         if response[0] != "OK":
!             return ()
          all_folders = response[1]
          folders = []





More information about the Spambayes-checkins mailing list