From: markus schnalke Date: Wed, 27 Jun 2012 10:30:38 +0000 (+0200) Subject: slocal: Do not at all interact with the context or profile. X-Git-Tag: mmh-thesis-end~24 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=3b3e228976ad0b0173c53c4193ab49fb3a6a7132;p=mmh slocal: Do not at all interact with the context or profile. Slocal is not a true part of mmh, it is an MDA that is (currently) shipped with the MUA mmh. --- diff --git a/man/slocal.man1 b/man/slocal.man1 index 4d660b2..f6c78d4 100644 --- a/man/slocal.man1 +++ b/man/slocal.man1 @@ -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 diff --git a/uip/slocal.c b/uip/slocal.c index 9d46802..107117f 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -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;