The existence of the profile entry Path is already enforced by context_read().
[mmh] / uip / repl.c
index 8d10e5d..fd92101 100644 (file)
@@ -285,8 +285,6 @@ main(int argc, char **argv)
 
        cwd = getcpy(pwd());
 
-       if (!context_find("path"))
-               free(path("./", TFOLDER));
        if (file && (msg || folder))
                adios(NULL, "can't mix files and folders/msgs");