From d949440872d7addb0d06a5e39b0d04262fe3c867 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Nov 2005 01:30:15 +0000 Subject: Added support for a Y flag which matches against a transaction's PENDING state (as opposed to X, which checks only CLEARED). Now it should be possible to query for all combinations of PENDING, CLEARED or UNCLEARED. --- valexpr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'valexpr.h') diff --git a/valexpr.h b/valexpr.h index 2c31b4ca..1c015201 100644 --- a/valexpr.h +++ b/valexpr.h @@ -48,6 +48,7 @@ struct value_expr_t COST, DATE, CLEARED, + PENDING, REAL, ACTUAL, INDEX, -- cgit v1.2.3