From 2a62351d259096f60c0a4fca78963bd12233786e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 18 May 2014 10:19:30 +0200 Subject: Reintroduce heading and separator in appointments This re-introduces the heading (showing the POM and the current date) as well as the separating line between events and appointments. Signed-off-by: Lukas Fleischer --- src/args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/args.c') diff --git a/src/args.c b/src/args.c index 13ab738..f18629c 100644 --- a/src/args.c +++ b/src/args.c @@ -307,7 +307,7 @@ app_arg(int add_line, struct date *day, long date, const char *fmt_apt, if (date == 0) date = get_sec_date(*day); - day_store_items(date, regex); + day_store_items(date, regex, 0); int n = day_item_count(); -- cgit v1.2.3-54-g00ecf