From 9b8fba17e4433e21bf4316c08c36c0c1a20a5d56 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 11 Oct 2006 16:51:27 +0000 Subject: [PATCH] Expand email address box max length from 40 to 60 chars --- webcit/vcard_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 22ade62db..3a6f33c14 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -308,7 +308,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) { wprintf(_("Primary Internet e-mail address")); wprintf("
" "
" ""); -- 2.39.2