]> code.citadel.org Git - citadel.git/blobdiff - webcit/vcard_edit.c
Added a new screen to view the outbound SMTP queue.
[citadel.git] / webcit / vcard_edit.c
index 22ade62db42d49f83f8a2c90ebc91fc39eed332c..187646193a091dad1bc3036bb8b886ce9bae8a00 100644 (file)
@@ -101,7 +101,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
                serialized_vcard = malloc(total_len + 2);
        
                read_server_binary(serialized_vcard, total_len);
-       
+
                serv_puts("CLOS");
                serv_getln(buf, sizeof buf);
                serialized_vcard[total_len] = 0;
@@ -308,7 +308,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
        wprintf(_("Primary Internet e-mail address"));
        wprintf("<br />"
                "<input type=\"text\" name=\"primary_inetemail\" "
-               "size=40 maxlength=40 value=\"");
+               "size=40 maxlength=60 value=\"");
        escputs(primary_inetemail);
        wprintf("\"><br />"
                "</td><td valign=top>");