summaryrefslogtreecommitdiffstats
path: root/neomuttrc.tor
diff options
context:
space:
mode:
authorGab Virebent <noreply@virebent.art>2026-05-26 00:06:05 +0200
committerGab Virebent <noreply@virebent.art>2026-05-26 00:06:05 +0200
commit507ca3a7e3f2d72e583bb26d6817f7deee9188ec (patch)
tree76827026924649ac1d970a48834e3c252b44b068 /neomuttrc.tor
parent847759f50596b0d992085aa34d7b5b78057aa7ce (diff)
downloadneomutt-config-507ca3a7e3f2d72e583bb26d6817f7deee9188ec.tar.gz
neomutt-config-507ca3a7e3f2d72e583bb26d6817f7deee9188ec.tar.xz
neomutt-config-507ca3a7e3f2d72e583bb26d6817f7deee9188ec.zip
update: real mail2news config with virebent.art onion addresses, add Tor 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
Diffstat (limited to 'neomuttrc.tor')
-rw-r--r--neomuttrc.tor14
1 files changed, 14 insertions, 0 deletions
diff --git a/neomuttrc.tor b/neomuttrc.tor
new file mode 100644
index 0000000..a8d6203
--- /dev/null
+++ b/neomuttrc.tor
@@ -0,0 +1,14 @@
+# NeoMutt Tor profile
+# Lanciato con: torsocks neomutt -F ~/.config/neomutt/neomuttrc.tor
+# Tutto il processo passa da SOCKS5 127.0.0.1:9050.
+# Non includere account clearnet qui: torsocks li forzerebbe comunque su Tor
+# (rischio di esporre credenziali clearnet a un exit/relay non previsto).
+
+# Riusa la base condivisa (UI, GPG, sidebar, sort, cache, colors)
+source ~/.config/neomutt/neomuttrc.common
+
+# Account di default per questo profilo
+source ~/.config/neomutt/accounts/mail2news
+
+# Switch account: solo profili compatibili con Tor
+macro index,pager <f9> "<shell-escape>~/.config/neomutt/m2n-prompt.sh<enter>" "Post mail2news"