[24361] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23959 - trunk/debathena/config/mutt-config/debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Aug 9 16:24:52 2009

Date: Sun, 9 Aug 2009 16:24:31 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200908092024.n79KOV2i026246@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-08-09 16:24:30 -0400 (Sun, 09 Aug 2009)
New Revision: 23959

Modified:
   trunk/debathena/config/mutt-config/debian/changelog
   trunk/debathena/config/mutt-config/debian/debathena-mutt-folder
Log:
In mutt-config:
  * Use SSL for connections to Exchange (I'd use it universally, but SSL
    + Kerberos seems to result in segfaults). (Trac: #317)


Modified: trunk/debathena/config/mutt-config/debian/changelog
===================================================================
--- trunk/debathena/config/mutt-config/debian/changelog	2009-08-09 20:15:11 UTC (rev 23958)
+++ trunk/debathena/config/mutt-config/debian/changelog	2009-08-09 20:24:30 UTC (rev 23959)
@@ -1,3 +1,10 @@
+debathena-mutt-config (1.2) unstable; urgency=low
+
+  * Use SSL for connections to Exchange (I'd use it universally, but SSL
+    + Kerberos seems to result in segfaults). (Trac: #317)
+
+ -- Evan Broder <broder@mit.edu>  Sun, 09 Aug 2009 13:24:16 -0700
+
 debathena-mutt-config (1.1) unstable; urgency=low
 
   * Add dependency on libsasl2-krb4-mit to make sure that krb4 auth works.

Modified: trunk/debathena/config/mutt-config/debian/debathena-mutt-folder
===================================================================
--- trunk/debathena/config/mutt-config/debian/debathena-mutt-folder	2009-08-09 20:15:11 UTC (rev 23958)
+++ trunk/debathena/config/mutt-config/debian/debathena-mutt-folder	2009-08-09 20:24:30 UTC (rev 23959)
@@ -1,3 +1,8 @@
 #!/bin/sh
 user=${ATHENA_USER:-$USER}
-echo "imap://$user@$(hesinfo "$user" pobox | awk '{print $2}')/"
+pobox="$(hesinfo "$user" pobox | awk '{print $2}')"
+ssl=
+case "$pobox" in
+    *EXCHANGE*) ssl=s ;;
+esac
+echo "imap${ssl}://$user@$pobox/"


home help back first fref pref prev next nref lref last post