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

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Aug 11 22:28:08 EDT 2003


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

Modified Files:
	ProxyUI.py 
Log Message:
Have the review messages page put the unsure messages at the top, because
they are the most important to take action on.

(As suggested in http://home.dataparty.no/kristian/reviews/bayesian/:
"Unfortunately, the unsure section is at the bottom (if any SpamBayes developers
are reading this, the unsure section should really be at the top)")

Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ProxyUI.py	7 Jul 2003 21:00:02 -0000	1.12
--- ProxyUI.py	12 Aug 2003 04:28:06 -0000	1.13
***************
*** 353,359 ****
          if len(keys) == 0:
              keys, date, prior, this, next = self._buildReviewKeys(start)
!         keyedMessageInfo = {options["Headers", "header_spam_string"]: [],
                              options["Headers", "header_ham_string"]: [],
!                             options["Headers", "header_unsure_string"]: []}
          for key in keys:
              # Parse the message, get the judgement header and build a message
--- 353,360 ----
          if len(keys) == 0:
              keys, date, prior, this, next = self._buildReviewKeys(start)
!         keyedMessageInfo = {options["Headers", "header_unsure_string"]: [],
                              options["Headers", "header_ham_string"]: [],
!                             options["Headers", "header_spam_string"]: [],
!                             }
          for key in keys:
              # Parse the message, get the judgement header and build a message





More information about the Spambayes-checkins mailing list