[Spambayes-checkins] spambayes/spambayes Options.py,1.122,1.123

Tony Meyer anadelonbrin at users.sourceforge.net
Wed Apr 6 04:37:20 CEST 2005


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3065/spambayes

Modified Files:
	Options.py 
Log Message:
Update docstring.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** Options.py	14 Feb 2005 06:10:45 -0000	1.122
--- Options.py	6 Apr 2005 02:37:17 -0000	1.123
***************
*** 692,699 ****
  
      ("include_trained", _("Add trained header"), True,
!      _("""sb_mboxtrain.py can add a header that details how a message was
!      trained, which lets you keep track of it, and appropriately
!      re-train messages.  However, if you would rather mboxtrain didn't
!      rewrite the message files, you can disable this option."""),
       BOOLEAN, RESTORE),
  
--- 692,700 ----
  
      ("include_trained", _("Add trained header"), True,
!      _("""sb_mboxtrain.py and sb_filter.py can add a header that details
!      how a message was trained, which lets you keep track of it, and
!      appropriately re-train messages.  However, if you would rather
!      mboxtrain/sb_filter didn't rewrite the message files, you can disable
!      this option."""),
       BOOLEAN, RESTORE),
  



More information about the Spambayes-checkins mailing list