فهرست منبع

actually print the faulty mailbox name, not some garbage

REFMAIL: CAF_KswU7aBS7unnK+rdZy1PG_8SZUAW=tcg75HixDLLE0w3Lhw@mail.gmail.com
Oswald Buddenhagen 11 سال پیش
والد
کامیت
29b07ca7a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/sync.c

+ 1 - 1
src/sync.c

@@ -605,7 +605,7 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan,
 		if (!ctx[t]->conf->flat_delim) {
 			ctx[t]->name = nfstrdup( ctx[t]->orig_name );
 		} else if (map_name( ctx[t]->orig_name, &ctx[t]->name, 0, "/", ctx[t]->conf->flat_delim ) < 0) {
-			error( "Error: canonical mailbox name '%s' contains flattened hierarchy delimiter\n", ctx[t]->name );
+			error( "Error: canonical mailbox name '%s' contains flattened hierarchy delimiter\n", ctx[t]->orig_name );
 			svars->ret = SYNC_FAIL;
 			sync_bail3( svars );
 			return;