# HG changeset patch # User Timo Sirainen # Date 1245109240 14400 # Node ID ca486f91781004d8c4cea9bf02a0e5e9ad3e58bb # Parent 01fae37379942049d58d1f4a57b4dfcf326adc57 imap proxy: Fix to previous change. diff -r 01fae3737994 -r ca486f917810 src/imap-login/imap-proxy.c --- a/src/imap-login/imap-proxy.c Mon Jun 15 19:38:30 2009 -0400 +++ b/src/imap-login/imap-proxy.c Mon Jun 15 19:40:40 2009 -0400 @@ -344,6 +344,7 @@ } else if (strncasecmp(line, "I ", 2) == 0 || strncasecmp(line, "* ID ", 5) == 0) { /* Reply to ID command we sent, ignore it */ + return 0; } else if (strncmp(line, "* ", 2) == 0) { /* untagged reply. just foward it. */ client_send_line(client, line);