From 1407f70352c05d59fa2e1bb7c59b048b767972e5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 4 Aug 2026 12:43:32 +0200 Subject: docs: scrub account names from comments, tests and fixtures Real Maildir account keys had reached comments and test data: provider-and-mailbox names across three source files, one of them carrying a surname, plus a real address used as example data in the notmuch test fixture and the design spec. The user's standing rule is that maildir and account names never reach a commit, and this is about to become a public repository, which is what makes it consequential rather than untidy. Replaced with generic keys that carry the same shape, since the length is the point in every one of these comments: a 33-character account tag is why the chip label exists and why the tag column was removed. The measurements stay. They are the evidence behind those decisions and are not personal details. Co-Authored-By: Claude Opus 5 --- docs/superpowers/specs/2026-08-02-qtmaildir-design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/superpowers/specs/2026-08-02-qtmaildir-design.md') diff --git a/docs/superpowers/specs/2026-08-02-qtmaildir-design.md b/docs/superpowers/specs/2026-08-02-qtmaildir-design.md index 67ba857..de2ae12 100644 --- a/docs/superpowers/specs/2026-08-02-qtmaildir-design.md +++ b/docs/superpowers/specs/2026-08-02-qtmaildir-design.md @@ -206,8 +206,8 @@ identity. command = /home/you/bin/mailsync.sh [account.work] -name = Danilo M. -address = danix@danix.xyz +name = Your Name +address = you@example.org maildir = work-mail ; relative to notmuch's database.path drafts = Drafts -- cgit v1.2.3