From a6e7980aa34a6f269a0fab2bbce0437c5a4cabfb Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 12 May 2008 13:16:54 +0100 Subject: [PATCH] correct location of ssh id file --- .offlineimaprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.offlineimaprc b/.offlineimaprc index fa580f1..513fc8b 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -37,7 +37,7 @@ ssl = no maxconnections = 1 holdconnectionopen = yes remoteuser = madduck -preauthtunnel = ssh -CaxS none -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.etc/offlineimap/id_dsa.imap seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap' +preauthtunnel = ssh -CaxS none -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.offlineimap/id_dsa.imap seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap' expunge = yes foldersort = py_foldersort_seamus nametrans = py_nametrans_seamus -- 2.39.2