split ml_core into MCore and MTransport modules.
[apps/madmutt.git] / lib-mx / mx.c
index 90a46f4..231d140 100644 (file)
@@ -70,7 +70,7 @@ static int invoke_dotlock (const char *path, int flags, int retry)
   mutt_quote_filename (f, sizeof (f), path);
 
   snprintf(cmd, sizeof(cmd), "%s %s%s%s%s%s%s%s",
-           ml_core.dotlock,
+           MCore.dotlock,
            flags & DL_FL_TRY ? "-t " : "",
            flags & DL_FL_UNLOCK ? "-u " : "",
            flags & DL_FL_USEPRIV ? "-p " : "",