X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fanno.c;h=24726d7f458795b7c11c7c5bc666bcce1d6ae153;hb=eba408368603a3afe170ef61a334c3a479ea5a29;hp=ee9dcd71486d3a9dc35ddd0478c0a90c8467af8b;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/uip/anno.c b/uip/anno.c index ee9dcd7..24726d7 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -2,8 +2,6 @@ /* * anno.c -- annotate 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. @@ -130,10 +128,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 COMPSW: if (comp) @@ -240,11 +238,6 @@ main (int argc, char **argv) return 1; } -#ifdef UCI - if (strcmp(invo_name, "fanno") == 0) /* ugh! */ - datesw = 0; -#endif /* UCI */ - if (!context_find ("path")) free (path ("./", TFOLDER)); if (!msgs.size)