Skip to content

Commit

Permalink
chore(mutt): rename SSLType to TLSType
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 9, 2024
1 parent 061fcba commit 239de9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mutt/mbsyncrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IMAPAccount personal-gmail
Host imap.gmail.com
UserCmd "echo $(cat ~/dotfiles/secrets/mailuser0)@gmail.com"
PassCmd "secret-tool lookup user $(cat ~/dotfiles/secrets/mailuser0) type gmail"
SSLType IMAPS
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore personal-remote
Expand Down Expand Up @@ -57,7 +57,7 @@ IMAPAccount work-gmail
Host imap.gmail.com
UserCmd "echo $(cat ~/dotfiles/secrets/mailuser1)@gmail.com"
PassCmd "secret-tool lookup user $(cat ~/dotfiles/secrets/mailuser1) type gmail"
SSLType IMAPS
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore work-remote
Expand Down Expand Up @@ -110,7 +110,7 @@ IMAPAccount records-gmail
Host imap.gmail.com
UserCmd "echo $(cat ~/dotfiles/secrets/mailuser2)@gmail.com"
PassCmd "secret-tool lookup user $(cat ~/dotfiles/secrets/mailuser2) type gmail"
SSLType IMAPS
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore records-remote
Expand Down

0 comments on commit 239de9b

Please sign in to comment.