aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notmuchfixture.h
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-04 12:43:32 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 12:55:06 +0200
commit1407f70352c05d59fa2e1bb7c59b048b767972e5 (patch)
treeff820668b456a483db20b39aeb3b9f2881e3ebf0 /tests/notmuchfixture.h
parentf0e99dceb5a395eb542a6a67a0b56b7bb33a2474 (diff)
downloadqtmaildir-1407f70352c05d59fa2e1bb7c59b048b767972e5.tar.gz
qtmaildir-1407f70352c05d59fa2e1bb7c59b048b767972e5.zip
docs: scrub account names from comments, tests and fixturesHEADmaster
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 <noreply@anthropic.com>
Diffstat (limited to 'tests/notmuchfixture.h')
-rw-r--r--tests/notmuchfixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notmuchfixture.h b/tests/notmuchfixture.h
index 38e2f15..4d2e59b 100644
--- a/tests/notmuchfixture.h
+++ b/tests/notmuchfixture.h
@@ -77,7 +77,7 @@ public:
QTextStream out(&file);
out << "From: " << from << "\n"
- << "To: danix@danix.xyz\n"
+ << "To: you@example.org\n"
<< "Subject: " << subject << "\n"
<< "Message-ID: <" << messageId << ">\n"
<< "Date: " << date << "\n";