[Spambayes-checkins] spambayes/spambayes ProxyUI.py,1.13,1.14

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Aug 11 22:41:48 EDT 2003


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

Modified Files:
	ProxyUI.py 
Log Message:
As Skip pointed out, that change didn't do anything!

Here's the correct change.

Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ProxyUI.py	12 Aug 2003 04:28:06 -0000	1.13
--- ProxyUI.py	12 Aug 2003 04:41:46 -0000	1.14
***************
*** 384,393 ****
              page.table = ""  # To make way for the real rows.
              for header, label in ((options["Headers",
!                                            "header_spam_string"], 'Spam'),
                                    (options["Headers",
                                             "header_ham_string"], 'Ham'),
                                    (options["Headers",
!                                            "header_unsure_string"],
!                                    'Unsure')):
                  messages = keyedMessageInfo[header]
                  if messages:
--- 384,392 ----
              page.table = ""  # To make way for the real rows.
              for header, label in ((options["Headers",
!                                            "header_unsure_string"], 'Unsure'),
                                    (options["Headers",
                                             "header_ham_string"], 'Ham'),
                                    (options["Headers",
!                                            "header_spam_string"], 'Spam')):
                  messages = keyedMessageInfo[header]
                  if messages:





More information about the Spambayes-checkins mailing list