diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-08 08:07:40 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-08 08:07:40 -0400 |
commit | 02190dd2716423add13936c043607f3589c19000 (patch) | |
tree | be13871787f67debb8e7657c27590e6fb5382dad /.offlineimaprc | |
parent | Added the Courier Prime font (diff) |
MIT + offlineimap now works if using my patched version
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 01154f7..bc21e75 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -157,11 +157,12 @@ postsynchook = /home/ryan/bin/run-mailcheck && notmuch new foldersort = lambda x, y: cmp(y, x) type = IMAP remoteuser = rakavan -remotehost = rakavan.mail.mit.edu +remotehost = imap.exchange.mit.edu remotepass = MIT_PASS remortport = 993 -cert_fingerprint = 9f3fc06c357ecfcaaaf0cebedfb8d6b94f0926f6 +sslcacertfile = SSL_CERTS ssl = yes +ssl_version = tls1 nametrans = lambda foldername: 'MIT.' + foldername [Repository LocalMIT] |