aboutsummaryrefslogtreecommitdiffstats
path: root/docs/superpowers
diff options
context:
space:
mode:
Diffstat (limited to 'docs/superpowers')
-rw-r--r--docs/superpowers/plans/2026-08-02-qtmaildir-v1.md2
-rw-r--r--docs/superpowers/specs/2026-08-02-qtmaildir-design.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/superpowers/plans/2026-08-02-qtmaildir-v1.md b/docs/superpowers/plans/2026-08-02-qtmaildir-v1.md
index a847d8a..1d799c4 100644
--- a/docs/superpowers/plans/2026-08-02-qtmaildir-v1.md
+++ b/docs/superpowers/plans/2026-08-02-qtmaildir-v1.md
@@ -4354,7 +4354,7 @@ Create `docs/manual-verification.md` and record pass/fail for each:
or rejected consistently. `config.cpp` validates existence by splitting the
command on `' '` and taking the first field, while `MailSync` splits it with
`QProcess::splitCommand`, which honours quoting. For
- `command = "/home/danix/my scripts/mailsync.sh"` the two disagree: config
+ `command = "/home/you/my scripts/mailsync.sh"` the two disagree: config
checks a path that does not exist and disables sync, so the failure is safe
but the message is misleading. Confirm the behaviour, then decide whether to
align config on `splitCommand` or to document the restriction.
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]