[Spambayes-checkins] spambayes/Outlook2000 config.py,1.37,1.38

Kenny Pitt kpitt at users.sourceforge.net
Fri Feb 11 22:06:26 CET 2005


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

Modified Files:
	config.py 
Log Message:
Add a "Notifications" tab to SpamBayes Manager for configuring notification
sounds.

Index: config.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/config.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** config.py	3 Jan 2005 06:52:26 -0000	1.37
--- config.py	11 Feb 2005 21:05:49 -0000	1.38
***************
*** 291,295 ****
              assigned to each of the three classifications of messages.  The
              good sound will be played if any good messages are received.  The
!             possible spam sound will be played if unsure messages are received,
              but no good messages.  The spam sound will be played if all
              received messages are spam."""),
--- 291,295 ----
              assigned to each of the three classifications of messages.  The
              good sound will be played if any good messages are received.  The
!             unsure sound will be played if unsure messages are received,
              but no good messages.  The spam sound will be played if all
              received messages are spam."""),
***************
*** 302,307 ****
              _("""Specifies the full path to a Windows sound file (WAV format) that
              will be played as notification that a possible spam message has been
!             received.  The possible spam notification sound will only be played
!             if no good messages have been received."""),
              FILE_WITH_PATH, DO_NOT_RESTORE),
          ("notify_spam_sound", _("Sound file to play for spam messages"), "",
--- 302,307 ----
              _("""Specifies the full path to a Windows sound file (WAV format) that
              will be played as notification that a possible spam message has been
!             received.  The unsure notification sound will only be played if no
!             good messages have been received."""),
              FILE_WITH_PATH, DO_NOT_RESTORE),
          ("notify_spam_sound", _("Sound file to play for spam messages"), "",
***************
*** 309,313 ****
              will be played as notification that a spam message has been
              received.  The spam notification sound will only be played if no
!             good or possible spam messages have been received."""),
              FILE_WITH_PATH, DO_NOT_RESTORE),
          ("notify_accumulate_delay", _("The delay time to wait for additional received messages (in seconds)"), 10.0,
--- 309,313 ----
              will be played as notification that a spam message has been
              received.  The spam notification sound will only be played if no
!             good or unsure messages have been received."""),
              FILE_WITH_PATH, DO_NOT_RESTORE),
          ("notify_accumulate_delay", _("The delay time to wait for additional received messages (in seconds)"), 10.0,
***************
*** 316,320 ****
              before the timer expires then the delay time is reset and SpamBayes
              continues to wait.  If no new messages arrive within the delay time
!             the SpamBayes will play the appropriate notification sound for the
              received messages."""),
              REAL, RESTORE),
--- 316,320 ----
              before the timer expires then the delay time is reset and SpamBayes
              continues to wait.  If no new messages arrive within the delay time
!             then SpamBayes will play the appropriate notification sound for the
              received messages."""),
              REAL, RESTORE),



More information about the Spambayes-checkins mailing list