imap: Introduced the SEARCH state

This commit is contained in:
Steve Holme
2014-04-18 15:43:04 +01:00
parent 2c6b41e98a
commit f804378d16
2 changed files with 3 additions and 1 deletions

View File

@@ -439,6 +439,7 @@ static void state(struct connectdata *conn, imapstate newstate)
"FETCH_FINAL",
"APPEND",
"APPEND_FINAL",
"SEARCH",
"LOGOUT",
/* LAST */
};