summaryrefslogtreecommitdiffstats
path: root/accounts/mail2news
diff options
context:
space:
mode:
authorgabrix73 <gabriel1@frozenstar.info>2026-06-03 02:13:45 +0200
committergabrix73 <gabriel1@frozenstar.info>2026-06-03 02:13:45 +0200
commit34c79384d55c746aa64a795402218c2f08120947 (patch)
tree828dcaa1d585480689aba17e7cadbaaed4538bd9 /accounts/mail2news
parent2e44a3e9b3b1f77fc23b55a6c8d444a3e5e9c392 (diff)
downloadneomutt-config-34c79384d55c746aa64a795402218c2f08120947.tar.gz
neomutt-config-34c79384d55c746aa64a795402218c2f08120947.tar.xz
neomutt-config-34c79384d55c746aa64a795402218c2f08120947.zip
fix: use pinentry/zenity for YubiKey PIN prompt in non-interactive contexts
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>
Diffstat (limited to 'accounts/mail2news')
-rw-r--r--accounts/mail2news2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/mail2news b/accounts/mail2news
index 3181f92..89c71d9 100644
--- a/accounts/mail2news
+++ b/accounts/mail2news
@@ -19,6 +19,6 @@ 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
-set editor = "/home/gabriel1/bin/vim-yubisigner"
+set editor = "$HOME/Projects/neomutt-config/scripts/vim-yubisigner"
color status black white