slocal: Do not at all interact with the context or profile.
authormarkus schnalke <meillo@marmaro.de>
Wed, 27 Jun 2012 10:30:38 +0000 (12:30 +0200)
committermarkus schnalke <meillo@marmaro.de>
Wed, 27 Jun 2012 10:30:38 +0000 (12:30 +0200)
Slocal is not a true part of mmh, it is an MDA that is (currently)
shipped with the MUA mmh.

man/slocal.man1
uip/slocal.c

index 4d660b2..f6c78d4 100644 (file)
@@ -379,7 +379,9 @@ rcvdist(1), rcvpack(1), rcvstore(1), mh\-format(5)
 .fi
 
 .SH CONTEXT
 .fi
 
 .SH CONTEXT
-None
+.B slocal
+does neither read nor change the context.
+Nor does it read the user profile.
 
 .SH HISTORY
 .B Slocal
 
 .SH HISTORY
 .B Slocal
index 9d46802..107117f 100644 (file)
@@ -177,10 +177,6 @@ main(int argc, char **argv)
        setlocale(LC_ALL, "");
        invo_name = mhbasename(*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;
 
        arguments = getarguments(invo_name, argc, argv, 0);
        argp = arguments;