]> 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 441354d22e427721a44233e1b50eab6d1fd5c5c9..5971fd6ed3cc3d57f34a7420955ca3eb350b2a57 100644 (file)
@@ -3,6 +3,7 @@
  */
 /**
  * \defgroup DispAdvancedMenu Displays the "advanced" (main) menu.
+ * \ingroup MenuInfrastructure
  *
  */
 /*@{*/
@@ -221,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");
@@ -343,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') {