imapx_command_queue() should not be failable.
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 14 Aug 2013 16:46:43 +0000 (12:46 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 15 Aug 2013 09:47:55 +0000 (05:47 -0400)
commit52e3864b9f5e10ff4f05fab3348d931fa00df19e
treed50654d3413ae2128c9120760171658c9baa04c8
parentcf367478e6a176fe9ad4776dbc3f42abd19b9809
imapx_command_queue() should not be failable.

Same rationale as the previous commit; that merely submitting a command
should always work from the caller's point-of-view, even if it triggers
an out-of-band error in the parser thread.
camel/camel-imapx-server.c