[Spambayes-checkins] spambayes/Outlook2000 config.py,1.13,1.14

Mark Hammond mhammond at users.sourceforge.net
Sun Jul 20 01:15:05 EDT 2003


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

Modified Files:
	config.py 
Log Message:
Fix [ 769346 ] Problems after deleting certain spam folder
as implemented in
[ 769981 ] Outlook plugin: allow user to change spam and unsure
by Adam Walker.



Index: config.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/config.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** config.py	19 Jun 2003 23:47:40 -0000	1.13
--- config.py	20 Jul 2003 07:15:03 -0000	1.14
***************
*** 78,81 ****
--- 78,84 ----
          return str(self.value)
      
+     def multiple_values_allowed(self):
+         return type(self.value)==types.ListType
+ 
      def is_valid_single(self, value):
          return value is None or \





More information about the Spambayes-checkins mailing list