From 32b951dcc9b42b1b479b85542d3796bda2a59a57 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 2 Jul 2009 22:37:48 -0400 Subject: [PATCH] Bug Fix - Allows 'bulk' as a valid configuration variable. --- src/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.cpp b/src/command.cpp index d7682b26d..77a9f0bc6 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -409,7 +409,7 @@ std::string handleVersion () // These are the regular configuration variables. // Note that there is a leading and trailing space, to make searching easier. std::string recognized = - " blanklines color color.active color.due color.overdue color.pri.H " + " blanklines bulk color color.active color.due color.overdue color.pri.H " "color.pri.L color.pri.M color.pri.none color.recurring color.tagged " "color.footnote color.header color.debug confirmation curses data.location " "dateformat debug default.command default.priority defaultwidth due locale "