diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-01 11:52:59 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-01 11:52:59 -0500 |
commit | c529bad8b1ecfd9789a4a2af8d28da245f2c3a71 (patch) | |
tree | be8a568bebd650cf99ad0d8b6da79d2b65bf9fdc | |
parent | Update imapfilter certificate (diff) |
Update offlineimap for new QueensU host
Diffstat (limited to '')
-rw-r--r-- | .offlineimaprc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index c8e0c85..12d50e2 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -58,9 +58,12 @@ postsynchook = /home/ryan/bin/run-mailcheck && notmuch new [Repository RemoteQueensU] foldersort = lambda x, y: cmp(y, x) type = IMAP -remoteuser = 9rak -remotehost = mail.queensu.ca +remoteuser = 9rak@queensu.ca +remotehost = pod51018.outlook.com remotepass = QUEENSU_PASS +remoteport = 993 +ssl = yes +sslcacertfile = SSL_CERTS # Add QueensU prefix when copying to local nametrans = lambda foldername: 'QueensU.' + foldername |