From f2f52066d2a9c82619ffea0f3972e48417a90b5b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Feb 2009 22:36:08 -0400 Subject: Added a --strict session option When enabled, if any accounts or commodities are seen in an uncleared transaction, which were not seen previously in a cleared or pending transaction or a textual directive dealing with accounts or commodities, a warning is generated about the unknown item. --- src/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index 2b657125..d2320bb7 100644 --- a/src/session.h +++ b/src/session.h @@ -131,6 +131,7 @@ public: OPTION(session_t, input_date_format_); OPTION(session_t, price_db_); + OPTION(session_t, strict); }; /** -- cgit v1.2.3