From: Art Cancro Date: Mon, 19 Jul 1999 03:43:41 +0000 (+0000) Subject: oops X-Git-Tag: v7.86~7632 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=f83ad76ffaa99e5c8854374eccddf7deedf329dd;p=citadel.git oops --- diff --git a/citadel/citmail.c b/citadel/citmail.c index 3f01cd464..b5b4a8cbc 100644 --- a/citadel/citmail.c +++ b/citadel/citmail.c @@ -349,40 +349,6 @@ void loopcopy(FILE * to, FILE * from) -/* - * Try to extract a numeric message ID - */ -long extract_msg_id(char *id_string) { - long msgid = 0L; - int i, j; - char buf[256]; - - strncpy(buf, id_string, sizeof buf); - id_string[255] = 0; - - for (i=0; i') buf[j]=0; - } - } - - msgid = atol(buf); - if (msgid) return(msgid); - - for (i=0; i