]> git.notmuchmail.org Git - notmuch/commitdiff
database: Rename internal directory value from XTIMESTAMP to XDIRECTORY.
authorCarl Worth <cworth@cworth.org>
Sat, 19 Dec 2009 21:18:18 +0000 (13:18 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:05 +0000 (10:32 -0800)
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

index 0ef59ea9e40564a15dee60636cfa82af9a78131e..5c49f74c998f244cf0253445e94261895b3b4e18 100644 (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[] = {