]> code.citadel.org Git - citadel.git/blobdiff - webcit/mainmenu.c
Began work on a 'View outbound SMTP queue' screen
[citadel.git] / webcit / mainmenu.c
index cde747a20976ed145dc569f332b8038c3ec76687..5971fd6ed3cc3d57f34a7420955ca3eb350b2a57 100644 (file)
@@ -222,6 +222,11 @@ void display_aide_menu(void)
        wprintf("<a href=\"display_netconf\">"
                "<span class=\"mainmenu\">");
        wprintf(_("Configure replication with other Citadel servers"));
+       wprintf("</span></A><br />\n");
+
+       wprintf("<a href=\"display_smtpqueue\">"
+               "<span class=\"mainmenu\">");
+       wprintf(_("View the outbound SMTP queue"));
        wprintf("</span></A>\n");
 
        do_template("endbox");
@@ -344,7 +349,7 @@ void do_generic(void)
                wprintf("000");
        }
        if (buf[0] == '4') {
-               text_to_server(bstr("g_input"), 0);
+               text_to_server(bstr("g_input"));
                serv_puts("000");
        }
        if (buf[0] == '6') {