it compiles
[org.ibex.mail.git] / src / org / ibex / mail / Target.java
index 0fea645..c30d573 100644 (file)
@@ -4,6 +4,6 @@ import org.ibex.js.*;
 
 /** base class for mail message "destinations" */
 public class Target {
-    public static final Target root = Script.root;
+    public static final Target root = Script.root();
     public void accept(Message m) throws IOException, MailException { /* FIXME */ }
 }