X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=158dd7a3e208baa614e9fcea01cf10d00e2951b1;hb=39d862d5f0ba0258707ef5a74cff63243f58e425;hp=3515dd0810c2d079065ed89a8c3f41785a26f62d;hpb=3e1e29cd0fdaf54117d35f27525fb440e854ed0e;p=mmh diff --git a/config/config.c b/config/config.c index 3515dd0..158dd7a 100644 --- a/config/config.c +++ b/config/config.c @@ -14,7 +14,6 @@ ** nmh globals */ -char *mhlibdir = NMHLIBDIR; char *mhetcdir = NMHETCDIR; char *invo_name; /* command invocation name */ @@ -160,13 +159,13 @@ char *defaulteditor = "vi"; ** This is the delivery program called by send to actually ** deliver mail to users. This is the interface to the MTS. */ -char *postproc = NMHLIBDIR"/spost"; +char *postproc = NMHBINDIR"/spost"; /* ** This is program is called by slocal to handle ** the action `folder' or `+'. */ -char *rcvstoreproc = NMHLIBDIR"/rcvstore"; +char *rcvstoreproc = NMHBINDIR"/rcvstore"; /* ** This program is called to remove a message by rmm or refile -nolink.