[Spambayes-checkins] spambayes/spambayes ImapUI.py,1.26,1.27

Tony Meyer anadelonbrin at users.sourceforge.net
Sat Dec 13 21:08:27 EST 2003


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

Modified Files:
	ImapUI.py 
Log Message:
Fix bug found by Skip/PyChecker.

(When logging in was done by the UI (to show available folders) we assigned the imap_session object to the wrong name).

Index: ImapUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ImapUI.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** ImapUI.py	14 Dec 2003 01:36:49 -0000	1.26
--- ImapUI.py	14 Dec 2003 02:08:25 -0000	1.27
***************
*** 200,204 ****
                  else:
                      port = 143
!             imap = self.imap_session_class(server, port)
          if self.imap is None:
              content = self._buildBox("Error", None,
--- 200,204 ----
                  else:
                      port = 143
!             self.imap = self.imap_session_class(server, port)
          if self.imap is None:
              content = self._buildBox("Error", None,





More information about the Spambayes-checkins mailing list