From 3b3e228976ad0b0173c53c4193ab49fb3a6a7132 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Wed, 27 Jun 2012 12:30:38 +0200 Subject: [PATCH] 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. --- man/slocal.man1 | 4 +++- uip/slocal.c | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) 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; -- 1.7.10.4