From ed7ac360a000b51024f181752aa34e389ba53143 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 17 Feb 2023 09:54:10 +0530 Subject: [PATCH] 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. --- mutt/.mutt/accounts/fastmail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mutt/.mutt/accounts/fastmail b/mutt/.mutt/accounts/fastmail index 5585fde..54b02ba 100644 --- a/mutt/.mutt/accounts/fastmail +++ b/mutt/.mutt/accounts/fastmail @@ -5,7 +5,7 @@ set sendmail = "/usr/bin/msmtp -a fastmail" set mbox = "+fastmail/Archive" set postponed = "+fastmail/drafts" set record = "+fastmail/Sent" -set signature = "~/.mutt/signed-signature" +set signature = "~/.mutt/signature" color status green default @@ -27,5 +27,5 @@ macro index gp "=fastmail/pulseaudio" "Go to pulseaudio" macro index gs "=fastmail/Sent" "Go to Sent" # See send-hook and patterns here http://www.mutt.org/doc/manual/#patterns -send-hook . 'reset crypt_autoencrypt' -send-hook '~f sanchayan@sanchayanmaity\\.net' 'set crypt_autosign' +#send-hook . 'reset crypt_autoencrypt' +#send-hook '~f sanchayan@sanchayanmaity\\.net' 'set crypt_autosign'