mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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:
parent
154bf7ac67
commit
851c97aed7
1 changed files with 1 additions and 2 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue