]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Two-pane mail reading now uses Ajax instead of a hidden iframe, and it's
[citadel.git] / webcit / webcit.c
index 82422c2c573fe8b8e2d5aec80c1baaf3c6cd201c..9c510fab5cadc3ab2f028a674472c44dc8b72b39 100644 (file)
@@ -1187,6 +1187,8 @@ void session_loop(struct httprequest *req)
                readloop("headers");
        } else if (!strcasecmp(action, "msg")) {
                embed_message();
+       } else if (!strcasecmp(action, "printmsg")) {
+               print_message();
        } else if (!strcasecmp(action, "display_enter")) {
                display_enter();
        } else if (!strcasecmp(action, "post")) {