aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-12-19 13:18:18 -0800
committerCarl Worth <cworth@cworth.org>2010-01-06 10:32:05 -0800
commit851c97aed727d284872992dcf6b64bc2069c1d0e (patch)
tree8f0c25dd2223d3afd370b9571fb37a99df7e5fcf
parent154bf7ac677c41168c5c6a982fee3f22350adfef (diff)
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).
-rw-r--r--lib/database.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/database.cc b/lib/database.cc
index 0ef59ea..5c49f74 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[] = {