[Spambayes-checkins] spambayes pop3proxy.py,1.92,1.93

Richie Hindle richiehindle at users.sourceforge.net
Mon Aug 25 19:21:42 EDT 2003


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

Modified Files:
	pop3proxy.py 
Log Message:
Fixed [ 787251 ] Problem refreshing message list
and   [ 790051 ] Can't review messages

_recreateState() didn't refresh the global state, just the one seen by the
web UI.


Index: pop3proxy.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/pop3proxy.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** pop3proxy.py	25 Aug 2003 23:57:18 -0000	1.92
--- pop3proxy.py	26 Aug 2003 01:21:40 -0000	1.93
***************
*** 709,712 ****
--- 709,713 ----
  
  def _recreateState():
+     global state
      state = State()
      state.buildServerStrings()





More information about the Spambayes-checkins mailing list