summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2008-10-20 11:50:38 -0700
committerBrendan Cully <brendan@kublai.com>2008-10-20 11:50:38 -0700
commit1520cb4e0aeaef2e8c369533542186ee7c7a4bb9 (patch)
tree2a8b5b130dc5109e5c3e39a87adce84f2a6e7bda /imap
parent7c52f21b73695a88835d87b2288efcc9b35c5916 (diff)
Accidentally dropped from d4a9c0a68f2b prior to commit
Diffstat (limited to 'imap')
-rw-r--r--imap/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/imap/util.c b/imap/util.c
index ed05356f..9a6cfc03 100644
--- a/imap/util.c
+++ b/imap/util.c
@@ -423,9 +423,6 @@ char *imap_fix_path (IMAP_DATA *idata, char *mailbox, char *path,
i++;
path[i] = '\0';
- if (!path[0])
- strfcpy (path, "INBOX", plen);
-
return path;
}