mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
mbsync: use TLSType instead of SSLType
This commit is contained in:
parent
f599466217
commit
0db44356a8
|
|
@ -4,7 +4,7 @@ IMAPAccount gandi
|
|||
Host mail.gandi.net
|
||||
UserCmd "gpg -q --for-your-eyes-only -d ~/.authinfo.gpg | awk -F ' ' '/prot-gandi/ { print $(NF-2); exit; }'"
|
||||
PassCmd "gpg -q --for-your-eyes-only -d ~/.authinfo.gpg | awk -F ' ' '/prot-gandi/ { print $NF; exit; }'"
|
||||
SSLType IMAPS
|
||||
TLSType IMAPS
|
||||
|
||||
IMAPStore gandi-remote
|
||||
Account gandi
|
||||
|
|
|
|||
Loading…
Reference in a new issue