]> git.marmaro.de Git - mmh/commitdiff
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 4d660b2058eed12bec610b272648534d25dab709..f6c78d451962b949c229a15f320bcb5775ebf823 100644 (file)
@@ -379,7 +379,9 @@ rcvdist(1), rcvpack(1), rcvstore(1), mh\-format(5)
 .fi
 
 .SH CONTEXT
-None
+.B slocal
+does neither read nor change the context.
+Nor does it read the user profile.
 
 .SH HISTORY
 .B Slocal
index 9d468025e5e7e0fc87091524d1fcb7239c4b0a8a..107117f97fac68322086442a845af811c29e1493 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;