slocal: Do not at all interact with the context or profile.
[mmh] / uip / slocal.c
index 9d46802..107117f 100644 (file)
@@ -177,10 +177,6 @@ main(int argc, char **argv)
        setlocale(LC_ALL, "");
        invo_name = mhbasename(*argv);
 
-       /* foil search of user profile/context */
-       if (context_foil(NULL) == -1) {
-               done(1);
-       }
        arguments = getarguments(invo_name, argc, argv, 0);
        argp = arguments;