Files
MagnumOpus/backend/test/fixtures/notmuch-search-output.json
2026-03-10 11:28:21 +01:00

25 lines
508 B
JSON

[
{
"thread": "0000000000000001",
"timestamp": 1709884532,
"date_relative": "2024-03-08",
"matched": 1,
"total": 3,
"authors": "Alice, Bob",
"subject": "Q1 Planning",
"query": ["id:msg001@example.com", null],
"tags": ["inbox", "unread"]
},
{
"thread": "0000000000000002",
"timestamp": 1709798132,
"date_relative": "2024-03-07",
"matched": 1,
"total": 1,
"authors": "Charlie",
"subject": "Invoice #4521",
"query": ["id:msg002@example.com", null],
"tags": ["inbox"]
}
]