Files
MagnumOpus/DELETE/backend/test/fixtures/notmuch-show-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

62 lines
1.4 KiB
JSON

[
[
[
{
"id": "msg001@example.com",
"match": true,
"excluded": false,
"filename": ["/home/user/Mail/personal/Inbox/cur/1709884532.M1P99.host:2,S"],
"timestamp": 1709884532,
"date_relative": "2024-03-08",
"tags": ["inbox", "unread"],
"headers": {
"Subject": "Q1 Planning",
"From": "Alice <alice@example.com>",
"To": "user@example.com",
"Date": "Fri, 08 Mar 2024 10:15:32 +0100",
"Message-ID": "msg001@example.com",
"In-Reply-To": "",
"References": ""
},
"body": [
{
"id": 1,
"content-type": "text/plain",
"content": "Hey, let's plan Q1.\n"
}
]
},
[
[
{
"id": "msg003@example.com",
"match": true,
"excluded": false,
"filename": ["/home/user/Mail/personal/Inbox/cur/1709884600.M2P99.host:2,RS"],
"timestamp": 1709884600,
"date_relative": "2024-03-08",
"tags": ["inbox"],
"headers": {
"Subject": "Re: Q1 Planning",
"From": "Bob <bob@example.com>",
"To": "alice@example.com, user@example.com",
"Date": "Fri, 08 Mar 2024 10:16:40 +0100",
"Message-ID": "msg003@example.com",
"In-Reply-To": "msg001@example.com",
"References": "msg001@example.com"
},
"body": [
{
"id": 1,
"content-type": "text/plain",
"content": "Sounds good. Tuesday work?\n"
}
]
},
[]
]
]
]
]
]