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