[Spambayes-checkins] spambayes/Outlook2000 config_wizard.py, 1.5, 1.6

Mark Hammond mhammond at users.sourceforge.net
Tue Aug 26 02:12:22 EDT 2003


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

Modified Files:
	config_wizard.py 
Log Message:
Default folder names used by the Wizard are now "Junk E-Mail" and "Junk
Suspects", with the former apparently being the name used by Outlook XP.


Index: config_wizard.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/config_wizard.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config_wizard.py	24 Aug 2003 13:25:12 -0000	1.5
--- config_wizard.py	26 Aug 2003 08:12:20 -0000	1.6
***************
*** 23,31 ****
          config.BOOLEAN, config.RESTORE),
          # Spam
!         ("spam_folder_name", "Name of spam folder - ignored if ID set", "Spam",
              """""",
              "", config.RESTORE),
          # unsure
!         ("unsure_folder_name", "Name of unsure folder - ignored if ID set", "Maybe Spam",
              """""",
              "", config.RESTORE),
--- 23,31 ----
          config.BOOLEAN, config.RESTORE),
          # Spam
!         ("spam_folder_name", "Name of spam folder - ignored if ID set", "Junk E-Mail",
              """""",
              "", config.RESTORE),
          # unsure
!         ("unsure_folder_name", "Name of unsure folder - ignored if ID set", "Junk Suspects",
              """""",
              "", config.RESTORE),





More information about the Spambayes-checkins mailing list