From 782e21992f187743a59890e96b69a5087ae9fbc4 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 19 Dec 2009 13:18:18 -0800 Subject: [PATCH] database: Rename internal directory value from XTIMESTAMP to XDIRECTORY. The recent change from storing absolute paths to relative paths means that new directory documents will already be created, (and the old ones will just linger stale in the database). Given that, we might as well put a clean name on the term in the new documents, (and no real flag day is needed). --- lib/database.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/database.cc b/lib/database.cc index 0ef59ea9..5c49f74c 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -112,8 +112,7 @@ prefix_t BOOLEAN_PREFIX_INTERNAL[] = { { "type", "T" }, { "reference", "XREFERENCE" }, { "replyto", "XREPLYTO" }, - /* XXX: Need a flag day to rename XTIMESTAMP. */ - { "directory", "XTIMESTAMP" }, + { "directory", "XDIRECTORY" }, }; prefix_t BOOLEAN_PREFIX_EXTERNAL[] = { -- 2.45.2