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

/dovecot/src/imap/
H A Dimap-sync.c789 struct client_command_context *cmd, *first_expunge, *first_nonexpunge; local
802 first_expunge = first_nonexpunge = NULL;
807 if (first_nonexpunge == NULL)
808 first_nonexpunge = cmd;
815 if (first_expunge != NULL && first_nonexpunge != NULL) {
826 cmd = first_nonexpunge != NULL ? first_nonexpunge : first_expunge;

Completed in 525 milliseconds