X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frefile.c;h=2bd12ed837f80cad03850eacf948d7fc30f2b679;hb=706236baa4c4670b5a074092dec5dec63ff50663;hp=7bc6d0b92b221ea7bdf023da0493d6267e6a7f5c;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/uip/refile.c b/uip/refile.c index 7bc6d0b..2bd12ed 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -3,8 +3,6 @@ * refile.c -- move or link message(s) from a source folder * -- into one or more destination folders * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -102,10 +100,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [msgs] [switches] +folder ...", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case LINKSW: linkf++;