mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
json: Replace date_unix' with
timestamp' in show output
Search output was already using `timestamp' for a very similar field, so follow that.
This commit is contained in:
parent
0b2cf3527e
commit
afb8c9ca62
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ format_message_json (const void *ctx, notmuch_message_t *message, unused (int in
|
|||
date = notmuch_message_get_date (message);
|
||||
relative_date = notmuch_time_relative_date (ctx, date);
|
||||
|
||||
printf ("\"id\": %s, \"match\": %s, \"filename\": %s, \"date_unix\": %ld, \"date_relative\": \"%s\", \"tags\": [",
|
||||
printf ("\"id\": %s, \"match\": %s, \"filename\": %s, \"timestamp\": %ld, \"date_relative\": \"%s\", \"tags\": [",
|
||||
json_quote_str (ctx_quote, notmuch_message_get_message_id (message)),
|
||||
notmuch_message_get_flag (message, NOTMUCH_MESSAGE_FLAG_MATCH) ? "true" : "false",
|
||||
json_quote_str (ctx_quote, notmuch_message_get_filename (message)),
|
||||
|
|
Loading…
Reference in a new issue