2 Commits dbeb5f522a ... d811d1603f

Author SHA1 Message Date
  demure d811d1603f Fixed sdf smtp to work again. 5 years ago
  demure 011ea9f47a Fixed so that timeout goes back to 1 sec. 5 years ago
2 changed files with 2 additions and 1 deletions
  1. 1 0
      msmtprc
  2. 1 1
      mutt/muttrc

+ 1 - 0
msmtprc

@@ -24,6 +24,7 @@ auth on
 passwordeval pass cli/mail-sdf-smtp
 from demure@sdf.org
 user demure.sdf.org@sdf.org
+tls on
 tls_trust_file /etc/ssl/certs/ca-certificates.crt
 ### End sdf ### }}}
 

+ 1 - 1
mutt/muttrc

@@ -107,4 +107,4 @@ timeout-hook 'push "!~/projects/personal/scripts/offlineimap_neomutt_hook.sh &<e
 startup-hook 'push "!~/projects/personal/scripts/offlineimap_neomutt_hook.sh &<enter>"'
 
 ## Warns if replying to multiple recipt email
-reply-hook "~C 2" "set sleep_time=10\;echo 'Warning, original message has multiple recipients!'\;unset sleep_time"
+reply-hook "~C 2" "set sleep_time=10\;echo 'Warning, original message has multiple recipients!'\;set sleep_time=1"