X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhtest.c;h=871270ee672a80a798ccde528dfe9188652986d8;hp=c7afd66deb6f5c92151e3cb78ca533755b97f61f;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=31dc797eb5178970d68962ca8939da3fd9a8efda diff --git a/uip/mhtest.c b/uip/mhtest.c index c7afd66..871270e 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -14,7 +14,6 @@ #include #include #include -#include #include static struct swit switches[] = { @@ -30,31 +29,19 @@ static struct swit switches[] = { { "part number", 0 }, #define TYPESW 5 { "type content", 0 }, -#define RCACHESW 6 - { "rcache policy", 0 }, -#define WCACHESW 7 - { "wcache policy", 0 }, -#define VERSIONSW 8 - { "version", 0 }, -#define HELPSW 9 +#define VERSIONSW 6 + { "Version", 0 }, +#define HELPSW 7 { "help", 0 }, -#define DEBUGSW 10 +#define DEBUGSW 8 { "debug", -5 }, { NULL, 0 } }; -int ebcdicsw = 0; /* hack for linking purposes */ - /* mhparse.c */ extern char *tmp; /* directory to place temp files */ -/* mhcachesbr.c */ -extern int rcachesw; -extern int wcachesw; -extern char *cache_public; -extern char *cache_private; - /* mhmisc.c */ extern int npart; extern int ntype; @@ -100,7 +87,7 @@ static void pipeser(int); int main(int argc, char **argv) { - int msgnum, *icachesw; + int msgnum; char *cp, *file = NULL, *folder = NULL; char *maildir, buf[100], *outfile = NULL; char **argp, **arguments; @@ -141,26 +128,6 @@ main(int argc, char **argv) print_version(invo_name); done(1); - case RCACHESW: - icachesw = &rcachesw; - goto do_cache; - case WCACHESW: - icachesw = &wcachesw; -do_cache: - if (!(cp = *argp++) || *cp == '-') - adios(NULL, "missing argument to %s", - argp[-2]); - switch (*icachesw = smatch(cp, caches)) { - case AMBIGSW: - ambigsw(cp, caches); - done(1); - case UNKWNSW: - adios(NULL, "%s unknown", cp); - default: - break; - } - continue; - case PARTSW: if (!(cp = *argp++) || *cp == '-') adios(NULL, "missing argument to %s", argp[-2]); @@ -221,15 +188,6 @@ do_cache: if (outfile == NULL) adios(NULL, "must specify output file"); - /* Check for public cache location */ - if ((cache_public = context_find(nmhcache)) && *cache_public != '/') - cache_public = NULL; - - /* Check for private cache location */ - if (!(cache_private = context_find(nmhprivcache))) - cache_private = ".cache"; - cache_private = getcpy(toabsdir(cache_private)); - /* ** Check for storage directory. If specified, ** then store temporary files there. Else we