The existence of the profile entry Path is already enforced by context_read().
[mmh] / uip / mhstore.c
index dd5f517..4a17547 100644 (file)
@@ -125,7 +125,7 @@ main(int argc, char **argv)
 #ifdef LOCALE
        setlocale(LC_ALL, "");
 #endif
-       invo_name = r1bindex(argv[0], '/');
+       invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
        context_read();
@@ -283,9 +283,6 @@ do_cache:
        else
                tmp = add(m_maildir(invo_name), NULL);
 
-       if (!context_find("path"))
-               free(path("./", TFOLDER));
-
        if (file && msgs.size)
                adios(NULL, "cannot specify msg and file at same time!");
 
@@ -306,7 +303,7 @@ do_cache:
                if (!msgs.size)
                        app_msgarg(&msgs, "cur");
                if (!folder)
-                       folder = getfolder(1);
+                       folder = getfolder(FCUR);
                maildir = m_maildir(folder);
 
                if (chdir(maildir) == NOTOK)