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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c61 char *list_log_path, *inbox_log_path; member in struct:mailbox_list_notify_index
117 inotify->inbox_log_path =
201 i_free(inotify->inbox_log_path);
249 if (inotify->inbox_log_path != NULL && stat_inbox) {
250 if (stat(inotify->inbox_log_path, &inotify->inbox_last_st) < 0 &&
252 i_error("stat(%s) failed: %m", inotify->inbox_log_path);
937 if (inotify->inbox_log_path != NULL) {
938 (void)io_add_notify(inotify->inbox_log_path,

Completed in 436 milliseconds