imap: Adjusted SELECT and FETCH state order in imap_statemach_act()
authorJiri Hruska <jirka@fud.cz>
Mon, 25 Feb 2013 16:59:05 +0000 (17:59 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 25 Feb 2013 21:26:40 +0000 (21:26 +0000)
commit6f02209cc8211ae76f4bb448de00955e0a02c6a6
tree241cc2068115e32736aaee97eb4fe6f79b3e6a8a
parent015ceb47062d7454defb48333c65968ff47f2e66
imap: Adjusted SELECT and FETCH state order in imap_statemach_act()

Exchanged the position of these states in the switch statements to
match the state enum, execution and function order.
lib/imap.c