aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-remote-store.c')
-rw-r--r--camel/camel-remote-store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c
index 5f56b66fd4..76fdc642d6 100644
--- a/camel/camel-remote-store.c
+++ b/camel/camel-remote-store.c
@@ -338,6 +338,8 @@ remote_send_string (CamelRemoteStore *store, CamelException *ex, char *fmt, va_l
fprintf (stderr, "sending : ------ LOGIN \"xxxx\" \"xxxx\"\n");
else if (strstr (cmdbuf, "LOGIN {"))
fprintf (stderr, "sending : ------ LOGIN {N+} ....\n");
+ else if (strstr (cmdbuf, "LOGIN "))
+ fprintf (stderr, "sending : ------ LOGIN xxxx xxxx\n");
else
fprintf (stderr, "sending : %s", cmdbuf);
}