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

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync-index.c708 const char *root_dir, *new_dir, *cur_dir; local
748 cur_dir = t_strconcat(root_dir, "/cur", NULL);
749 if (stat(cur_dir, &st) < 0) {
750 mailbox_set_critical(box, "stat(%s) failed: %m", cur_dir);
H A Dmaildir-sync.c221 const char *new_dir, *cur_dir; member in struct:maildir_sync_context
275 ctx->cur_dir = t_strconcat(mailbox_get_path(&mbox->box), "/cur", NULL);
415 path = new_dir ? ctx->new_dir : ctx->cur_dir;
489 str_printfa(dest, "%s/%s", ctx->cur_dir, dp->d_name);
574 if (stat(ctx->cur_dir, &st) == 0) {
619 const char *new_dir, const char *cur_dir,
679 if (maildir_stat(mbox, cur_dir, &cur_st) < 0)
756 if (maildir_sync_quick_check(mbox, undirty, ctx->new_dir, ctx->cur_dir,
1120 const char *new_dir, *cur_dir; local
1123 cur_dir
618 maildir_sync_quick_check(struct maildir_mailbox *mbox, bool undirty, const char *new_dir, const char *cur_dir, bool *new_changed_r, bool *cur_changed_r, enum maildir_scan_why *why_r) argument
[all...]

Completed in 15 milliseconds