aboutsummaryrefslogtreecommitdiffhomepage
path: root/message.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-23 14:31:01 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-23 14:31:01 -0700
commit68a10091d6b2c29e996ee84040eecad487cb5e91 (patch)
tree1f3cfd152cf2ef0b505f933c02684cfcbca5e038 /message.cc
parent668f20bdfbaa5ae9caedd3f02017c5637e5e6ff7 (diff)
Add notmuch_database_set_timestamp and notmuch_database_get_timestamp
These will be very helpful to implement an efficient "notmuch new" command which imports new mail messages that have appeared.
Diffstat (limited to 'message.cc')
-rw-r--r--message.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/message.cc b/message.cc
index ee0e8e1f..c5a6273f 100644
--- a/message.cc
+++ b/message.cc
@@ -82,7 +82,8 @@ prefix_t BOOLEAN_PREFIX[] = {
{ "attachment_extension", "O" },
{ "msgid", "Q" },
{ "thread", "H" },
- { "ref", "R" }
+ { "ref", "R" },
+ { "timestamp", "KTS" },
};
const char *