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