X-Git-Url: https://git.madduck.net/etc/offlineimap.git/blobdiff_plain/bd99029e60ea5b8f5d1092faddd23a7ee32209dc..7218ce240e6f46b8a9d66d6ec582ed93c8cbdf4f:/.offlineimaprc?ds=sidebyside

diff --git a/.offlineimaprc b/.offlineimaprc
index 85f642c..83db810 100644
--- a/.offlineimaprc
+++ b/.offlineimaprc
@@ -26,7 +26,7 @@ postsynchook = ! command -v notmuch >/dev/null || ionice -c3 nice -20 notmuch ne
 [Account madduck.net_bulk]
 localrepository = local-main
 remoterepository = madduck.net_bulk
-autorefresh = 15
+autorefresh = 360
 quick = 16
 #postsynchook = ionice -c3 nice -20 notmuch new
 
@@ -40,7 +40,7 @@ type = IMAP
 maxconnections = 5
 holdconnectionopen = yes
 ssh_host = madduck-net.imap.madduck.net
-preauthtunnel = ssh -F ~/.offlineimap/ssh_config -i ~/.offlineimap/%(ssh_host)s.ssh-seckey %(ssh_host)s
+preauthtunnel = exec ~/.offlineimap/preauthtunnel.sh %(ssh_host)s
 expunge = yes
 foldersort = py_foldersort_main
 nametrans = py_nametrans
@@ -49,9 +49,9 @@ folderfilter = py_folderfilter_main
 [Repository madduck.net_bulk]
 type = IMAP
 maxconnections = 1
-holdconnectionopen = yes
+holdconnectionopen = no
 ssh_host = madduck-net.imap.madduck.net
-preauthtunnel = ssh -F ~/.offlineimap/ssh_config -i ~/.offlineimap/%(ssh_host)s.ssh-seckey %(ssh_host)s
+preauthtunnel = exec ~/.offlineimap/preauthtunnel.sh %(ssh_host)s
 expunge = yes
 folderfilter = py_folderfilter_bulk
 foldersort = py_foldersort_main