view_mail.js: removed the is_quoted parameter.
[citadel.git] / webcit-ng / static / js / views.js
index f3707d48c935e373862cf7b207f435522018c50a..be2d48bdb83ae8231343bfad9cf348c545d573bf 100644 (file)
@@ -115,7 +115,7 @@ function entmsg_dispatcher() {
                        forum_entmsg();
                        break;
                case views.VIEW_MAILBOX:
-                       mail_compose(false, "", 0, "", "", "");
+                       mail_compose("", 0, [], [], "");
                        break;
                default:
                        break;