Browse Source

add oauth support for mbsync

- my mistake, I have forgotten to update password request line for
  mbsync
pull/955/head
Tomáš Faikl (astro) 8 months ago
parent
commit
b809548d56
No known key found for this signature in database GPG Key ID: 8CE12A9E3D869F37
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      share/mbsync-temp

+ 1
- 1
share/mbsync-temp View File

@@ -2,7 +2,7 @@ IMAPStore $fulladdr-remote
Host $imap
Port $iport
User $login
PassCmd "pass $passprefix$fulladdr"
PassCmd "$pass_cmdline"
AuthMechs $authtype_mbsync
SSLType $imapssl
CertificateFile $sslcert


Loading…
Cancel
Save