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

Modified Files:
        email.xml 
Log Message:
I just realized that the 'bodyurl' field does not work at all. It eludes me why 
it exists at all then. Removed.


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


Index: email.xml
===================================================================
RCS file: /var/cvs/applications/email/config/builders/email/email.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- email.xml   27 Nov 2008 13:53:35 -0000      1.17
+++ email.xml   27 Nov 2008 16:07:10 -0000      1.18
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/builder 
http://www.mmbase.org/xmlns/builder.xsd";
     name="email" maintainer="mmbase.org" version="0" extends="object">
-  <!-- @version $Id: email.xml,v 1.17 2008/11/27 13:53:35 michiel Exp $ -->
+  <!-- @version $Id: email.xml,v 1.18 2008/11/27 16:07:10 michiel Exp $ -->
 
   <class>org.mmbase.applications.email.EmailBuilder</class>
   <searchage>14</searchage>
@@ -163,6 +163,12 @@
         <type state="persistent" size="255" notnull="false" 
key="false">STRING</type>
       </db>
     </field>
+    <!--
+    This field is completely not implemented.
+    I think the meant functinality is available by starting the value of the 
body feidl with 'http:'.
+    (would also work for the subject btw).
+    -->
+    <!--
     <field name="bodyurl">
       <descriptions>
         <description xml:lang="en">URL to a script that generates the message 
to send</description>
@@ -178,6 +184,7 @@
         <type state="persistent" size="255" notnull="false" 
key="false">STRING</type>
       </db>
     </field>
+    -->
     <field name="body">
       <descriptions>
         <description xml:lang="en">Main message text</description>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to