diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-03 11:01:59 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-04 12:53:13 +0200 |
| commit | edb421c71c98c6e95885bffa388eeca7d12d1246 (patch) | |
| tree | c40a4cdd4279ca89dfcc760d8425a097c941e0e2 /docs/superpowers/specs | |
| parent | 8b507431ef55bb48b5bf55af70167af50d60910d (diff) | |
| download | qtmaildir-edb421c71c98c6e95885bffa388eeca7d12d1246.tar.gz qtmaildir-edb421c71c98c6e95885bffa388eeca7d12d1246.zip | |
docs: remove personal details from the verification record
The manual verification notes named the real threads used to test against a
live mailbox. Most of it was incidental, but one was not: the automated
sender identified in items 12, 13 and 16-18 is a healthcare provider's
patient-notification service, and naming it disclosed a medical
relationship. Also removed a correspondent's username, a locatable GitHub
thread id, a real maildir name in the spec's example config, and absolute
home paths.
Every finding is restated generically and none lost substance: "a message
with 3 inline cid: parts" carries the same technical weight as naming the
sender did. Counts and timings are kept deliberately, since those are the
evidence behind the claims rather than anything identifying.
Commit history and the v0.1.0 tag were checked and were already clean, so no
history rewrite is needed.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'docs/superpowers/specs')
| -rw-r--r-- | docs/superpowers/specs/2026-08-02-qtmaildir-design.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/superpowers/specs/2026-08-02-qtmaildir-design.md b/docs/superpowers/specs/2026-08-02-qtmaildir-design.md index 2d7e760..67ba857 100644 --- a/docs/superpowers/specs/2026-08-02-qtmaildir-design.md +++ b/docs/superpowers/specs/2026-08-02-qtmaildir-design.md @@ -200,15 +200,15 @@ identity. ```ini [general] ; optional; omit to use notmuch's own database.path -; notmuch_config = /home/danix/.notmuch-config +; notmuch_config = /home/you/.notmuch-config [sync] -command = /home/danix/bin/mailsync.sh +command = /home/you/bin/mailsync.sh -[account.provider-personal] +[account.work] name = Danilo M. address = danix@danix.xyz -maildir = provider-personal ; relative to notmuch's database.path +maildir = work-mail ; relative to notmuch's database.path drafts = Drafts [account.gmail] |
