aboutsummaryrefslogtreecommitdiffhomepage
path: root/database.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-29 16:06:27 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-29 17:30:56 -0700
commit41c7ad2c91e56bfc0b2fefa0be303605d34f4042 (patch)
tree091b85065239d7dce5dcb0321b74e32d538f1b8c /database.cc
parent8b93875b2705caa10d33e6fc71ebce6f41fdd79b (diff)
notmuch show: Add a one-line summary of the message before the header.
The idea here is that a client could usefully display just this one line while optionally hiding the other header fields.
Diffstat (limited to 'database.cc')
-rw-r--r--database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.cc b/database.cc
index 3e00aa59..60406283 100644
--- a/database.cc
+++ b/database.cc
@@ -84,7 +84,7 @@ typedef struct {
*
* and has a single value:
*
- * TIMETAMPS: The time_t value from the user.
+ * TIMESTAMP: The time_t value from the user.
*/
/* With these prefix values we follow the conventions published here: