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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c62 struct stat list_last_st, inbox_last_st; member in struct:mailbox_list_notify_index
250 if (stat(inotify->inbox_log_path, &inotify->inbox_last_st) < 0 &&
890 struct stat inbox_prev_st = inotify->inbox_last_st;
899 if (ST_CHANGED(inotify->inbox_last_st, inbox_prev_st))

Completed in 104 milliseconds