Update of /var/cvs/applications/email/config
In directory james.mmbase.org:/tmp/cvs-serv29340/config

Modified Files:
        datatypes.xml 
Log Message:
fixed some details with field names which were obviously not correct (due to 
differences with didactor from which some things were ported)


See also: http://cvs.mmbase.org/viewcvs/applications/email/config


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/applications/email/config/datatypes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- datatypes.xml       27 Nov 2008 10:23:54 -0000      1.8
+++ datatypes.xml       27 Nov 2008 12:26:37 -0000      1.9
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/datatypes 
http://www.mmbase.org/xmlns/datatypes.xsd";>
 
-  <!-- @version $Id: datatypes.xml,v 1.8 2008/11/27 10:23:54 michiel Exp $ -->
+  <!-- @version $Id: datatypes.xml,v 1.9 2008/11/27 12:26:37 michiel Exp $ -->
 
 
   <datatype base="string" id="internetaddress">
@@ -46,7 +46,14 @@
         <param name="includeUrl"  value="" />
       </class>
     </commitprocessor>
-
   </datatype>
 
+  <datatype base="integer" id="email_type">
+    <default value="1" />
+    <enumeration>
+      <entry
+          javaconstants="org.mmbase.applications.email.EmailBuilder"
+          basename="org.mmbase.applications.email.resources.mailtype" />
+    </enumeration>
+  </datatype>
 </datatypes>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to