blob: a8d62039b730556eed84de4f123320af33a93de7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|