mutt: accounts/fastmail: Disable GPG signing

Would love to keep this enabled but let us face it, no one cares.
And if we want to use this account for sending to mailing lists
best to not enable this.
This commit is contained in:
Sanchayan Maity 2023-02-17 09:54:10 +05:30
parent 148e808cee
commit ed7ac360a0
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -5,7 +5,7 @@ set sendmail = "/usr/bin/msmtp -a fastmail"
set mbox = "+fastmail/Archive" set mbox = "+fastmail/Archive"
set postponed = "+fastmail/drafts" set postponed = "+fastmail/drafts"
set record = "+fastmail/Sent" set record = "+fastmail/Sent"
set signature = "~/.mutt/signed-signature" set signature = "~/.mutt/signature"
color status green default color status green default
@ -27,5 +27,5 @@ macro index gp "<change-folder>=fastmail/pulseaudio<enter>" "Go to pulseaudio"
macro index gs "<change-folder>=fastmail/Sent<enter>" "Go to Sent" macro index gs "<change-folder>=fastmail/Sent<enter>" "Go to Sent"
# See send-hook and patterns here http://www.mutt.org/doc/manual/#patterns # See send-hook and patterns here http://www.mutt.org/doc/manual/#patterns
send-hook . 'reset crypt_autoencrypt' #send-hook . 'reset crypt_autoencrypt'
send-hook '~f sanchayan@sanchayanmaity\\.net' 'set crypt_autosign' #send-hook '~f sanchayan@sanchayanmaity\\.net' 'set crypt_autosign'