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).
This commit is contained in:
Carl Worth 2009-12-19 13:18:18 -08:00
parent 154bf7ac67
commit 851c97aed7

View file

@ -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[] = {