handle CAMEL_IMAP4_RESP_CODE_ALERT explicitly in the switch statement and
authorJeffrey Stedfast <fejj@novell.com>
Tue, 1 Feb 2005 16:30:04 +0000 (16:30 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Tue, 1 Feb 2005 16:30:04 +0000 (16:30 +0000)
commit1ac89fe1b4a9ffd40c5ae8b601af04d5c8b63040
treea7c057166a3b6415078b39e83f3fde5896fbe69b
parentaa779790dc1453cbf0ae12b2cb5700e23ae7236d
handle CAMEL_IMAP4_RESP_CODE_ALERT explicitly in the switch statement and

2005-02-01  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-engine.c (camel_imap4_engine_parse_resp_code):
handle CAMEL_IMAP4_RESP_CODE_ALERT explicitly in the switch
statement and have it break out. This prevents the code from
getting to the "unknown resp-code" code path that prints a warning
unnecessarily.
camel/providers/imap4/ChangeLog
camel/providers/imap4/camel-imap4-engine.c