]> granicus.if.org Git - curl/commit
imap: Updated the coding style for state changes after a send operation
authorSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 22:46:22 +0000 (22:46 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 22:46:22 +0000 (22:46 +0000)
commitb06a78622609d2016c140599e9380db5f200c10a
treef4c03551de39749a8317c6dd344aa94c23a77e4d
parentb4eb08e7fb0eef68772258acec4fbd21029b78ae
imap: Updated the coding style for state changes after a send operation

Some state changes would be performed after a failure test that
performed a hard return, whilst others would be performed within a test
for success. Updated the code, for consistency, so all instances are
performed within a success test.
lib/imap.c