Sfoglia il codice sorgente
Merge pull request #31 from praschdorff/patch-1
Changed "port" to "remoteport" in [Repository $title-remote]
tags/v3.1
Luke Smith
6 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
autoconf/offlineimap_profile
|
|
@@ -9,7 +9,7 @@ remoteuser = $login |
|
|
|
sslcacerfile = /etc/ssl/cets/ca-certificates.crt |
|
|
|
remotepasseval = mailpasswd("$title") |
|
|
|
remotehost = $imap |
|
|
|
port = $iport |
|
|
|
remoteport = $iport |
|
|
|
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] |
|
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt |
|
|
|
|
|
|
|