[Spambayes-checkins] spambayes/Outlook2000/dialogs dialog_map.py, 1.25, 1.26

Mark Hammond mhammond at users.sourceforge.net
Mon Aug 25 20:53:41 EDT 2003


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

Modified Files:
	dialog_map.py 
Log Message:
timer_enabled button.


Index: dialog_map.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/dialog_map.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** dialog_map.py	26 Aug 2003 02:35:45 -0000	1.25
--- dialog_map.py	26 Aug 2003 02:53:39 -0000	1.26
***************
*** 409,412 ****
--- 409,416 ----
      ),
      "IDD_ADVANCED" : (
+         (BoolButtonProcessor,   "IDC_BUT_TIMER_ENABLED", "Filter.timer_enabled",
+                                 """IDC_DELAY1_TEXT IDC_DELAY1_SLIDER
+                                    IDC_DELAY2_TEXT IDC_DELAY2_SLIDER
+                                    IDC_INBOX_TIMER_ONLY"""),
          (EditNumberProcessor,   "IDC_DELAY1_TEXT IDC_DELAY1_SLIDER", "Filter.timer_start_delay", 0, 10, 20),
          (EditNumberProcessor,   "IDC_DELAY2_TEXT IDC_DELAY2_SLIDER", "Filter.timer_interval", 0, 10, 20),





More information about the Spambayes-checkins mailing list