X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frefile.c;h=e4433bd91dde97f9494f81757f5ecb143f109a46;hb=ac2834b4173be67edde1334819d3d3c16e4d484e;hp=318d555603402f06cdcfc3feed3a66f0e56e114e;hpb=8edc5aaf86f9f77124664f6801bc6c6cdf258173;p=mmh diff --git a/uip/refile.c b/uip/refile.c index 318d555..e4433bd 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -22,7 +22,7 @@ static struct swit switches[] = { #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 */