From fc28fd2c48dde4dc6666f76d394d471873467ee5 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 30 Dec 2020 15:22:45 +1300 Subject: [PATCH] dispose of preauth shell process --- .offlineimaprc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.offlineimaprc b/.offlineimaprc index 0234271..83db810 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -40,7 +40,7 @@ type = IMAP maxconnections = 5 holdconnectionopen = yes ssh_host = madduck-net.imap.madduck.net -preauthtunnel = ~/.offlineimap/preauthtunnel.sh %(ssh_host)s +preauthtunnel = exec ~/.offlineimap/preauthtunnel.sh %(ssh_host)s expunge = yes foldersort = py_foldersort_main nametrans = py_nametrans @@ -51,7 +51,7 @@ type = IMAP maxconnections = 1 holdconnectionopen = no ssh_host = madduck-net.imap.madduck.net -preauthtunnel = ~/.offlineimap/preauthtunnel.sh %(ssh_host)s +preauthtunnel = exec ~/.offlineimap/preauthtunnel.sh %(ssh_host)s expunge = yes folderfilter = py_folderfilter_bulk foldersort = py_foldersort_main -- 2.39.2