From: Carl Worth Date: Sat, 19 Dec 2009 21:18:18 +0000 (-0800) Subject: database: Rename internal directory value from XTIMESTAMP to XDIRECTORY. X-Git-Tag: 0.1~197 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=851c97aed727d284872992dcf6b64bc2069c1d0e 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). --- 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[] = {