almost working
[org.ibex.mail.git] / src / org / ibex / mail / target / Target.java
index ba69c00..b4425a9 100644 (file)
@@ -6,5 +6,5 @@ import org.ibex.js.*;
 /** base class for mail message "destinations" */
 public class Target {
     public static final Target root = Script.root;
-    public void accept(Message m) throws IOException { /* FIXME */ }
+    public void accept(Message m) throws IOException, MailException { /* FIXME */ }
 }