summaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Collapse)AuthorAgeFilesLines
* docs: clarify GnuPG default and YubiKey as optional for Usenetgabrix732026-06-031-1/+2
| | | | | | | | | | | | | - Added GnuPG as default signing method for regular email - Clarified YubiKey PIV signing is optional (only for Usenet posts) - Added three signing options: GnuPG (default), YubiKey (optional), none - Updated requirements table with gnupg as required package - Added clear instructions to disable YubiKey (change to vim) for users without hardware - accounts/mail2news: added comment explaining how to switch to plain vim Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
* fix: use pinentry/zenity for YubiKey PIN prompt in non-interactive contextsgabrix732026-06-031-1/+1
| | | | | | | | | | | | | | | Added yubisigner-with-pinentry wrapper that handles PIN entry via: - zenity (GUI popup, primary method) - pinentry-qt (Qt GUI fallback) - pinentry-curses (TUI fallback) - /dev/tty direct read (last resort) This fixes PIN prompt failing when vim-yubisigner is called from NeoMutt, where fmt.Scanln() in yubisigner-cli cannot capture stdin properly. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
* Add YubiKey PIV Ed25519 signature support for mail2newsgabrix732026-05-311-10/+14
| | | | | | | | - Configure vim-yubisigner as editor for automatic signing - Update m2n-prompt.sh to use vim-yubisigner wrapper - Add X-PGP-Key header with WKD URL - Update SMTP onion address - Signatures created with yubisigner-cli in PGP-like clearsign format
* update: real mail2news config with virebent.art onion addresses, add Tor ↵Gab Virebent2026-05-261-26/+10
| | | | | | | | | | profile and posting script - accounts/mail2news: real onion SMTP endpoint, ephemeral nobody@virebent.invalid From - scripts/m2n-prompt.sh: working interactive posting script (swaks + torsocks) - neomuttrc.tor: Tor profile sourcing mail2news account, F9 macro binding - neomuttrc.common: shared UI/GPG/sidebar base config - README: rewritten in English, documents actual setup and gateway address
* Initial public releaseGab Virebent2026-05-234-0/+130