From 864f64246853e7732e506b4c518ff50650696e68 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Feb 1998 09:42:09 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=1641 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap.c b/imap.c index 6e57a185..7cea33cd 100644 --- a/imap.c +++ b/imap.c @@ -56,7 +56,7 @@ int imap_ok(int sock, char *argbuf) return(ok); /* interpret untagged status responses */ - if (strstr(buf, "CAPABILITIES")) + if (strstr(buf, "CAPABILITY")) strncpy(capabilities, buf + 12, sizeof(capabilities)); if (strstr(buf, "EXISTS")) count = atoi(buf+2); -- cgit v1.2.3