Searched refs:local_location (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-dsync.c75 const char *local_location; member in struct:dsync_cmd_context
367 i_assert(ctx->local_location != NULL);
368 location = ctx->local_location;
946 ctx->local_location =
948 if (ctx->local_location == NULL ||
949 *ctx->local_location == '\0') {
964 ctx->local_location = _ctx->args[0];
969 if (remote_cmd_args == NULL && ctx->local_location != NULL) {
970 if (parse_location(ctx, mail_set, ctx->local_location,

Completed in 9 milliseconds