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:
parent
148e808cee
commit
ed7ac360a0
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue