From 565f869c5ab6d61d372d164058079c6a094707e7 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Wed, 25 Jan 2012 22:36:49 +0100 Subject: [PATCH] Removed the UCI alternative name of anno(1): `fanno'. fanno didn't add the date. If you want this, run `anno -nodate'. Hey, you can create a shell alias for it. What about that? ;-) --- uip/anno.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/uip/anno.c b/uip/anno.c index 7de8600..68d721a 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -206,11 +206,6 @@ main(int argc, char **argv) app_msgarg(&msgs, cp); } -#ifdef UCI - if (strcmp(invo_name, "fanno") == 0) /* ugh! */ - datesw = 0; -#endif /* UCI */ - if (!msgs.size) app_msgarg(&msgs, seq_cur); if (!folder) -- 1.7.10.4