X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fanno.c;h=ab15a4a0e20ebd1c226ed13459169c4df48649a3;hb=4877596410e850f2295f1015738bd8ca6e86ee0f;hp=86fe3c3a8e320e258b0edfbb221d5b393bcaad5f;hpb=13f84dd50ca5754391dbd3296a5c7425f9363600;p=mmh diff --git a/uip/anno.c b/uip/anno.c index 86fe3c3..ab15a4a 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. @@ -236,14 +234,10 @@ main (int argc, char **argv) else annotate (draft, comp, text, inplace, datesw, delete, append); - return (done(0)); + done(0); + 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) @@ -285,7 +279,8 @@ main (int argc, char **argv) seq_save (mp); /* synchronize message sequences */ folder_free (mp); /* free folder/message structure */ context_save (); /* save the context file */ - return done (0); + done (0); + return 1; } static void