X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=2573cbe054aaf7300b1cb28aa1f3e97601bbe964;hp=7546cdd953169507c74e8c75ad4aec7565e462f6;hb=d3540eaa4251b3a282115a72ed5d1bb39ce74b3f;hpb=4e38095f027a81c005a48a888d0f8937e98543a5 diff --git a/uip/slocal.c b/uip/slocal.c index 7546cdd..2573cbe 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -102,6 +102,11 @@ static struct swit switches[] = { { NULL, 0 } }; + +/* global maildelivery file */ +char *maildelivery = NMHETCDIR"/maildelivery"; + + static int globbed = 0; /* have we built "vars" table yet? */ static int parsed = 0; /* have we built header field table yet */ static int utmped = 0; /* have we scanned umtp(x) file yet */ @@ -220,7 +225,6 @@ main(int argc, char **argv) if (context_foil(NULL) == -1) done(1); - mts_init(invo_name); arguments = getarguments(invo_name, argc, argv, 0); argp = arguments;