diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-11 00:20:14 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-11 00:20:14 -0700 |
commit | 1b8605dbf77c0e7fb96c80a9edb29d0d6a3f931f (patch) | |
tree | 6edd841b6ac2399151932574e81ec84710b2d5e5 /home/xyz/.config/neomutt | |
parent | 6d60a2e97513eb10ba91ebde515546fc353861da (diff) |
neomutt comment about anonymous hostname header
Diffstat (limited to 'home/xyz/.config/neomutt')
-rw-r--r-- | home/xyz/.config/neomutt/neomuttrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.config/neomutt/neomuttrc b/home/xyz/.config/neomutt/neomuttrc index f4e74991..f4d88ff6 100644 --- a/home/xyz/.config/neomutt/neomuttrc +++ b/home/xyz/.config/neomutt/neomuttrc @@ -98,6 +98,9 @@ set query_command="abook --mutt-query '%s'" # another way is Q, it will let me select an address from abook and start a new email bind editor <Tab> complete-query +# email from insp to ca mail server to others will have "Received: from xyzinsp.mynetworksettings.com" in email header, VPN only change IP but not this auto-detected hostname by neomutt, if privacy is a concern for future anonymous email server, set hostname=..., e.g.: +#set hostname='anonymous' + # maybe: # maybe, from mutt-wizard: # maybe add configs from mutt-wizard: |