Lines Matching defs:newdir
54 const char *tmpdir, *newdir, *curdir;
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;
889 newdir = maildir_get_dest_filename(ctx, mf, &dest);
890 if (newdir)
894 ret = maildir_file_move(ctx, mf, dest, newdir);
918 bool newdir, bret;
928 newdir = maildir_get_dest_filename(ctx, mf, &dest);
930 if (newdir)