From f83ad76ffaa99e5c8854374eccddf7deedf329dd Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 19 Jul 1999 03:43:41 +0000 Subject: [PATCH] oops --- citadel/citmail.c | 36 ------------------------------------ 1 file changed, 36 deletions(-) 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