aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-07-08 08:07:40 -0400
committerRyan Kavanagh <rak@debian.org>2013-07-08 08:07:40 -0400
commit02190dd2716423add13936c043607f3589c19000 (patch)
treebe13871787f67debb8e7657c27590e6fb5382dad
parentAdded the Courier Prime font (diff)
MIT + offlineimap now works if using my patched version
Diffstat (limited to '')
-rw-r--r--.gitmodules3
-rw-r--r--.offlineimaprc5
m---------emacsen/dtrt-indent0
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 5a857ed..b6e00f1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -37,3 +37,6 @@
[submodule ".tmux/powerline"]
path = .tmux/powerline
url = git@github.com:erikw/tmux-powerline.git
+[submodule "emacsen/dtrt-indent"]
+ path = emacsen/dtrt-indent
+ url = git://git.sv.gnu.org/dtrt-indent.git
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]
diff --git a/emacsen/dtrt-indent b/emacsen/dtrt-indent
new file mode 160000
+Subproject b82354e495c84e5f3535ca1a4d35b18e9596cc9