From c57567ad9a9863a4f13591539ed64f0217ce0e39 Mon Sep 17 00:00:00 2001 From: gabrix73 Date: Wed, 3 Jun 2026 02:59:08 +0200 Subject: 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 --- accounts/mail2news | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'accounts/mail2news') 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 -- cgit v1.2.3