[Spambayes-checkins] spambayes/scripts sb_imapfilter.py, 1.7, 1.7.2.1

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Sep 28 19:57:15 EDT 2003


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

Modified Files:
      Tag: release_1_0
	sb_imapfilter.py 
Log Message:
Fix a bug reported on the list by Matt Stegman, where trying to
view imap folders before restarting would cause a traceback.

Index: sb_imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_imapfilter.py,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** sb_imapfilter.py	9 Sep 2003 08:07:10 -0000	1.7
--- sb_imapfilter.py	28 Sep 2003 23:57:12 -0000	1.7.2.1
***************
*** 798,802 ****
              imap = IMAPSession(server, port, imapDebug, doExpunge)
          httpServer = UserInterfaceServer(options["html_ui", "port"])
!         httpServer.register(IMAPUserInterface(classifier, imap, pwd))
          Dibbler.run(launchBrowser=launchUI)
      else:
--- 798,803 ----
              imap = IMAPSession(server, port, imapDebug, doExpunge)
          httpServer = UserInterfaceServer(options["html_ui", "port"])
!         httpServer.register(IMAPUserInterface(classifier, imap, pwd,
!                                               IMAPSession))
          Dibbler.run(launchBrowser=launchUI)
      else:





More information about the Spambayes-checkins mailing list