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

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-save.c54 const char *tmpdir, *newdir, *curdir; member in struct:maildir_save_context
92 t_strconcat(ctx->curdir, "/", destname, NULL);
139 ctx->curdir = p_strconcat(pool, path, "/cur", NULL);
301 ctx->newdir : ctx->curdir;
672 if (fdatasync_path(ctx->curdir) < 0) {
674 "fdatasync_path(%s) failed: %m", ctx->curdir);

Completed in 14 milliseconds