[Spambayes-checkins] spambayes/Outlook2000 config.py,1.18,1.19

Mark Hammond mhammond at users.sourceforge.net
Sun Aug 3 08:15:50 EDT 2003


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

Modified Files:
	config.py 
Log Message:
Add lots of doc strings to the options (the reason should become clear 
soon <wink>.  Also add a "rebuild" option to correspond with the checkbox
on the training dialog.


Index: config.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/config.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** config.py	29 Jul 2003 01:24:34 -0000	1.18
--- config.py	3 Aug 2003 14:15:48 -0000	1.19
***************
*** 162,166 ****
          BOOLEAN, RESTORE),
      ("rescore", "Rescore message after training?", True,
!         """State of the 'rescore' button""",
          BOOLEAN, RESTORE),
      ),
--- 162,176 ----
          BOOLEAN, RESTORE),
      ("rescore", "Rescore message after training?", True,
!         """After the training has completed, should all the messages be
!         scored for their Spam value.  This is particularly useful after
!         your initial training runs, so you can see how effective your
!         sorting of spam and ham was.""",
!         BOOLEAN, RESTORE),
!     ("rebuild", "Rescore message after training?", True,
!         """Should the entire database be rebuilt?  If enabled, then all
!         training information is reset, and a complete new database built
!         from the existing messages in your folders.  If disabled, then only
!         new messages in the folders that have not previously been trained
!         on will be processed""",
          BOOLEAN, RESTORE),
      ),
***************
*** 220,224 ****
      "Filter_Now": (
      (FolderIDOption, "folder_ids", "Folders to filter in a 'Filter Now' operation", [],
!         """""",
          FOLDER_ID, DO_NOT_RESTORE),
      ("include_sub", "Does the nominated folders include sub-folders?", False,
--- 230,234 ----
      "Filter_Now": (
      (FolderIDOption, "folder_ids", "Folders to filter in a 'Filter Now' operation", [],
!         """The list of folders that will be filtered by this process.""",
          FOLDER_ID, DO_NOT_RESTORE),
      ("include_sub", "Does the nominated folders include sub-folders?", False,
***************
*** 226,230 ****
          BOOLEAN, DO_NOT_RESTORE),
      ("only_unread", "Only filter unread messages?", False,
!         """""",
          BOOLEAN, RESTORE),
      ("only_unseen", "Only filter previously unseen ?", False,
--- 236,240 ----
          BOOLEAN, DO_NOT_RESTORE),
      ("only_unread", "Only filter unread messages?", False,
!         """When scoring messages, should only messages that are unread be considered?""",
          BOOLEAN, RESTORE),
      ("only_unseen", "Only filter previously unseen ?", False,
***************
*** 232,236 ****
          BOOLEAN, RESTORE),
      ("action_all", "Perform all filter actions?", True,
!         """""",
          BOOLEAN, RESTORE),
      ),
--- 242,248 ----
          BOOLEAN, RESTORE),
      ("action_all", "Perform all filter actions?", True,
!         """When scoring the messages, should all items be performed (such as
!         moving the items based on the score) or should the items only be scored,
!         but otherwise untouched.""",
          BOOLEAN, RESTORE),
      ),





More information about the Spambayes-checkins mailing list