]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Wrote some skeleton code for robust vCard editing
[citadel.git] / webcit / webcit.c
index f8839f8444d6049a7dd4f5456e29e2a4beea1757..6020da81bca3b40c2533e22e5913722f133b2be7 100644 (file)
@@ -1031,6 +1031,8 @@ void session_loop(struct httprequest *req)
                display_menubar(1);
        } else if (!strcasecmp(action, "output_mimepart")) {
                output_mimepart();
+       } else if (!strcasecmp(action, "edit_vcard")) {
+               edit_vcard();
        } else if (!strcasecmp(action, "diagnostics")) {
                output_headers(1);