rename MailboxTree -> MailTree
[org.ibex.mail.git] / src / org / ibex / mail / Script.java
index d43fcaa..875b178 100644 (file)
@@ -147,7 +147,7 @@ public class Script extends JS.Obj implements Target {
             } catch (IOException e) { throw new JSExn(e.toString()); }
             case "mail.whitelist": return JSReflection.wrap(org.ibex.mail.SMTP.whitelist);
             case "mail.my.mailbox":
-                MailboxTree root = FileBasedMailbox.getFileBasedMailbox(Mailbox.STORAGE_ROOT, true);
+                MailTree root = FileBasedMailbox.getFileBasedMailbox(Mailbox.STORAGE_ROOT, true);
                 return (JS)root.slash("user", true).slash("megacz", true);
             case "mail.list": return METHOD;
                 //#end