Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

reports/mail-bootstrap: drop tls_trust_file note (fixed in vault)

The Linux-path tls_trust_file gotcha was patched in vault source on
2026-04-24, so fresh decrypts won't hit it on macOS anymore. Drop the
section from the report so it doesn't read as still-pending guidance.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

-13
-13
reports/2026-04-24-mail-bootstrap-on-mac.md
··· 103 103 that's also where the Slab menubar's `mu` query expects to find them 104 104 (`maildir:/ac-mail/INBOX OR maildir:/jas-mail/INBOX`). 105 105 106 - 4. **`tls_trust_file` Linux path in `.msmtprc`.** Vault config has 107 - `tls_trust_file /etc/ssl/certs/ca-certificates.crt` (Debian/Fedora 108 - layout). On macOS this file doesn't exist; msmtp errors with: 109 - 110 - ``` 111 - msmtp: cannot set X509 trust file /etc/ssl/certs/ca-certificates.crt 112 - for TLS session: Error while reading file. 113 - ``` 114 - 115 - **Fix:** rewrite to `/etc/ssl/cert.pem` (macOS system bundle; also 116 - available at `/opt/homebrew/etc/ca-certificates/cert.pem`). Patched 117 - in vault source on 2026-04-24 so fresh decrypts won't hit it again. 118 - 119 106 **One-shot bootstrap that handles all three:** 120 107 121 108 ```bash