summaryrefslogtreecommitdiff
path: root/mailbox/mbx_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/mbx_default.c')
-rw-r--r--mailbox/mbx_default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/mbx_default.c b/mailbox/mbx_default.c
index c0db199c8..60e742610 100644
--- a/mailbox/mbx_default.c
+++ b/mailbox/mbx_default.c
@@ -55,7 +55,7 @@ mu_normalize_mailbox_url (char **pout, const char *dir)
return MU_ERR_OUT_PTR_NULL;
len = strlen (dir);
- if (strncasecmp (dir, "mbox:", 5) == 0 && dir[len-1] == '=')
+ if (dir[len-1] == '=')
{
if (len > 5 && strcmp (dir + len - 5, "user=") == 0)
*pout = strdup (dir);

Return to:

Send suggestions and report system problems to the System administrator.