Searched defs:newdir (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
77 bool newdir)
90 new_path = newdir ?
91 t_strconcat(ctx->newdir, "/", destname, NULL) :
138 ctx->newdir = p_strconcat(pool, path, "/new", NULL);
301 ctx->newdir : ctx->curdir;
665 if (fdatasync_path(ctx->newdir) < 0) {
667 "fdatasync_path(%s) failed: %m", ctx->newdir);
866 bool newdir, new_changed, cur_changed; local
889 newdir
75 maildir_file_move(struct maildir_save_context *ctx, struct maildir_filename *mf, const char *destname, bool newdir) argument
918 bool newdir, bret; local
[all...]

Completed in 13 milliseconds