X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frefile.c;h=76384dd4b508b861fdf03886f0d0fcaf514f0486;hp=318d555603402f06cdcfc3feed3a66f0e56e114e;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=8edc5aaf86f9f77124664f6801bc6c6cdf258173 diff --git a/uip/refile.c b/uip/refile.c index 318d555..76384dd 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -16,13 +16,13 @@ static struct swit switches[] = { #define LINKSW 0 { "link", 0 }, #define NLINKSW 1 - { "nolink", 0 }, + { "nolink", 2 }, #define SRCSW 2 { "src +folder", 0 }, #define FILESW 3 { "file file", 0 }, #define VERSIONSW 4 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 5 { "help", 0 }, { NULL, 0 } @@ -125,11 +125,6 @@ main(int argc, char **argv) if (foldp == 0) adios(NULL, "no folder specified"); -#ifdef WHATNOW - if (!msgs.size && !foldp && !filep && (cp = getenv("mhdraft")) && *cp) - files[filep++] = cp; -#endif /* WHATNOW */ - /* ** We are refiling a file to the folders */