From f1368d6ac618c2181f4e0e43c7de03f3232172f7 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Fri, 4 Jun 2010 01:03:21 +0200 Subject: [PATCH] Added missing config variables to the big recognized string --- src/command.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/command.cpp b/src/command.cpp index e6e575add..55b4ece56 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -737,10 +737,11 @@ int handleConfig (std::string &outs) "color.recurring color.tagged color.footnote color.header color.debug " "color.alternate color.calendar.today color.calendar.due color.calendar.due.today " "color.calendar.overdue color.calendar.weekend color.calendar.holiday " - "color.calendar.weeknumber confirmation curses data.location dateformat " - "dateformat.holiday dateformat.report dateformat.annotation debug default.command " - "default.priority default.project defaultwidth due locale " - "displayweeknumber echo.command fontunderline locking monthsperline nag " + "color.calendar.weeknumber color.summary.background color.summary.bar " + "confirmation curses data.location dateformat dateformat.holiday " + "dateformat.report dateformat.annotation debug default.command " + "default.priority default.project defaultwidth due locale displayweeknumber " + "export.ical.class echo.command fontunderline locking monthsperline nag " "next project shadow.command shadow.file shadow.notify weekstart editor " "import.synonym.id import.synonym.uuid complete.all.projects " "complete.all.tags search.case.sensitive hooks active.indicator tag.indicator "