Searched defs:selecting_box (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-imap-client/
H A Dimapc-connection.c105 struct imapc_client_mailbox *selecting_box, *selected_box; member in struct:imapc_connection
406 conn->selecting_box = NULL;
782 if (conn->selecting_box != NULL) {
783 conn->selected_box = conn->selecting_box;
784 conn->selecting_box = NULL;
2107 i_assert(conn->selecting_box == NULL);
2113 conn->selecting_box = box;
2360 cmd->conn->selecting_box != NULL;
2468 if (conn->selected_box != NULL || conn->selecting_box != NULL) {
2470 conn->selecting_box
[all...]

Completed in 23 milliseconds