Files
MagnumOpus/DELETE/backend/test/fixtures/notmuch-search-output.json
Felix Förtsch f28b44d445 move v0.1 artifacts to DELETE/, fix xcode build, bump calver to 2026.03.14
- move backend/, clients/, scripts/ to DELETE/ (v0.1 era, replaced by on-device arch)
- delete feature/v0.1-backend-and-macos branch
- add TaskStore dependency to project.yml
- fix ComposeViewModel deinit concurrency, make toMessageSummary public
- regenerate Xcode project, verify macOS build succeeds

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 10:40:41 +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"]
}
]