diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-06-03 02:59:08 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-06-03 02:59:08 +0200 |
| commit | c57567ad9a9863a4f13591539ed64f0217ce0e39 (patch) | |
| tree | 68361fba5dfdadb60b70674b9056528d06ca63cf /accounts/mail2news | |
| parent | 34c79384d55c746aa64a795402218c2f08120947 (diff) | |
| download | neomutt-config-c57567ad9a9863a4f13591539ed64f0217ce0e39.tar.gz neomutt-config-c57567ad9a9863a4f13591539ed64f0217ce0e39.tar.xz neomutt-config-c57567ad9a9863a4f13591539ed64f0217ce0e39.zip | |
docs: clarify GnuPG default and YubiKey as optional for Usenet
- 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>
Diffstat (limited to 'accounts/mail2news')
| -rw-r--r-- | accounts/mail2news | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/mail2news b/accounts/mail2news index 89c71d9..8ec4867 100644 --- a/accounts/mail2news +++ b/accounts/mail2news @@ -18,7 +18,8 @@ set ssl_force_tls = no my_hdr X-Mailer: NeoMutt mail2news my_hdr X-PGP-Key: https://contact.virebent.art/.well-known/openpgpkey/gabvirebent.asc -# YubiSigner: Firma automatica con YubiKey PIV Ed25519 tramite editor wrapper +# Editor: usa vim-yubisigner per firma YubiKey (opzionale), altrimenti vim +# Se non hai YubiKey o yubisigner-cli, cambia in: set editor = "vim" set editor = "$HOME/Projects/neomutt-config/scripts/vim-yubisigner" color status black white |
