[Spambayes-checkins] spambayes/windows pop3proxy_tray.py,1.12,1.13

Mark Hammond mhammond at users.sourceforge.net
Mon Sep 22 04:59:00 EDT 2003


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

Modified Files:
	pop3proxy_tray.py 
Log Message:
Delete old comments no longer relevant.


Index: pop3proxy_tray.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/pop3proxy_tray.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pop3proxy_tray.py	19 Sep 2003 22:48:29 -0000	1.12
--- pop3proxy_tray.py	22 Sep 2003 08:58:57 -0000	1.13
***************
*** 376,383 ****
  
      def StartStop(self):
-         # XXX This needs to be finished off.
-         # XXX This should determine if we are using the service, and if so
-         # XXX start/stop that, and if not kick sb_server off in a separate
-         # XXX thread, or stop the thread that was started.
          if self.use_service:
              if self.GetServiceStatus() in stoppedStatus:
--- 376,379 ----
***************
*** 398,403 ****
              self.control_functions[START_STOP_ID] = ("Start SpamBayes",
                                           self.StartStop)
- 
- 
  
      def OpenInterface(self):
--- 394,397 ----





More information about the Spambayes-checkins mailing list