From 47472c0675980abf8fdf3f7170475ad03678ad60 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 5 Jan 2016 14:53:50 +0000 Subject: Fix bug in offlineimap' --- .offlineimap/offlineimaprc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.offlineimap') diff --git a/.offlineimap/offlineimaprc b/.offlineimap/offlineimaprc index 759e39e..0be202e 100644 --- a/.offlineimap/offlineimaprc +++ b/.offlineimap/offlineimaprc @@ -7,6 +7,7 @@ maxsyncaccounts = 4 [Account Work] localrepository = Work-Local remoterepository = Work-Remote +autorefresh = 10 [Repository Work-Local] type = Maildir @@ -24,10 +25,13 @@ folderfilter = lambda folder: folder in ['INBOX', 'Sent Items', 'Drafts', 'Del sslcacertfile = /etc/ssl/certs/ca-certificates.crt realdelete = no maxconnections = 3 +auth_mechanisms = LOGIN + [Account Main] localrepository = Main-Local remoterepository = Main-Remote +autorefresh = 10 [Repository Main-Local] type = Maildir @@ -44,10 +48,12 @@ folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Sent Mail', '[Gmail sslcacertfile = /etc/ssl/certs/ca-certificates.crt realdelete = no maxconnections = 3 +auth_mechanisms = LOGIN [Account Informal] localrepository = Informal-Local remoterepository = Informal-Remote +autorefresh = 10 [Repository Informal-Local] type = Maildir @@ -64,10 +70,12 @@ folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Sent Mail', '[Gmail sslcacertfile = /etc/ssl/certs/ca-certificates.crt realdelete = no maxconnections = 3 +auth_mechanisms = LOGIN [Account Personal] localrepository = Personal-Local remoterepository = Personal-Remote +autorefresh = 10 [Repository Personal-Local] type = Maildir @@ -85,6 +93,7 @@ folderfilter = lambda folder: folder in ['INBOX', 'Sent', 'Drafts', 'Trash'] sslcacertfile = /etc/ssl/certs/ca-certificates.crt realdelete = no maxconnections = 3 +auth_mechanisms = LOGIN [mbnames] enabled = yes -- cgit v1.2.3