Commit 5fb0001d 5fb0001df68257dfb76ec677db57fee5ca386b9a by Sam Roberts

m_imap_t - added state to keep track of which folder function is in

progress when a mailbox function calls several folder functions.
1 parent de3c1d53
......@@ -200,6 +200,9 @@ struct _m_imap
unsigned long uidvalidity;
size_t uidnext;
char *name;
enum imap_state state;
/* mailbox operations can be sequences of folder operations, and
thus need to keep meta-state, mailbox_imap_open(), for example. */
};
struct _msg_imap
......