X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscan.c;h=f49aa60fe7e8a30a52ef110d7bb1f600102a814f;hb=492101aee1185135f239b3aabd5b2494f748c931;hp=31aa245f1cfd7670ae47265bdc0643579986af17;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/uip/scan.c b/uip/scan.c index 31aa245..f49aa60 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -2,8 +2,6 @@ /* * scan.c -- display a one-line "scan" listing of folder or messages * - * $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. @@ -101,10 +99,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case CLRSW: clearflag++;