From e00517e792f91b6bdfafccec403e983bf3e72948 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Tue, 9 Jun 2009 21:17:29 -0700 Subject: [PATCH] Revert accidental change --- imap/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap/util.c b/imap/util.c index aecf0a075..5fa71b909 100644 --- a/imap/util.c +++ b/imap/util.c @@ -424,7 +424,7 @@ char *imap_fix_path (IMAP_DATA *idata, const char *mailbox, char *path, || *mailbox == delim) { /* use connection delimiter if known. Otherwise use user delimiter */ - if (!delim) + if (!idata) delim = *mailbox; while (*mailbox && -- 2.40.0