The existence of the profile entry Path is already enforced by context_read().
[mmh] / uip / flist.c
index 4bf3f82..88cac06 100644 (file)
@@ -236,11 +236,8 @@ main(int argc, char **argv)
                }
        }
 
-       if (!context_find("path"))
-               free(path("./", TFOLDER));
-
        /* get current folder */
-       strncpy(curfolder, getfolder(1), sizeof(curfolder));
+       strncpy(curfolder, getfolder(FCUR), sizeof(curfolder));
 
        /* get nmh base directory */
        nmhdir = m_maildir("");