[24333] in Source-Commits
/svn/athena r23931 - trunk/debathena/config/alpine-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Jul 27 19:24:49 2009
Date: Mon, 27 Jul 2009 19:24:37 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200907272324.n6RNObNo001516@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-07-27 19:24:37 -0400 (Mon, 27 Jul 2009)
New Revision: 23931
Modified:
trunk/debathena/config/alpine-config/debian/changelog
trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
Log:
In alpine-config:
* Use SSL for the default folder collection. This is necessary for
Exchange to work.
Modified: trunk/debathena/config/alpine-config/debian/changelog
===================================================================
--- trunk/debathena/config/alpine-config/debian/changelog 2009-07-27 18:26:44 UTC (rev 23930)
+++ trunk/debathena/config/alpine-config/debian/changelog 2009-07-27 23:24:37 UTC (rev 23931)
@@ -1,3 +1,10 @@
+debathena-alpine-config (1.10) unstable; urgency=low
+
+ * Use SSL for the default folder collection. This is necessary for
+ Exchange to work.
+
+ -- Evan Broder <broder@mit.edu> Mon, 27 Jul 2009 19:23:11 -0400
+
debathena-alpine-config (1.9) unstable; urgency=low
* Add old MH and Pine folders to folder-collections. (Trac: #220)
Modified: trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
===================================================================
--- trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena 2009-07-27 18:26:44 UTC (rev 23930)
+++ trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena 2009-07-27 23:24:37 UTC (rev 23931)
@@ -1,7 +1,7 @@
#!/usr/bin/perl -0p
s%^(user-domain=).*$%${1}mit.edu%m or die;
s%^(nntp-server=).*$%${1}news.mit.edu%m or die;
-s%^(inbox-path=).*$%${1}{mit.edu/hesiod/imap/user=\${ATHENA_USER:-\$USER}}INBOX%m or die;
+s%^(inbox-path=).*$%${1}{mit.edu/hesiod/ssl/imap/user=\${ATHENA_USER:-\$USER}}INBOX%m or die;
s%^(feature-list=).*$%${1}enable-mail-check-cue,\n\tsave-will-quote-leading-froms,\n\tenable-full-header-cmd%m or die;
s%^(bugs-fullname=).*$%${1}Athena Bugs%m or die;
s%^(bugs-address=).*$%${1}bugs\@mit.edu%m or die;
@@ -10,7 +10,7 @@
s%^(local-fullname=).*$%${1}Athena Consultants%m or die;
s%^(local-address=).*$%${1}olc-mail\@mit.edu%m or die;
s%^(url-viewers=).*$%${1}/usr/bin/sensible-browser%m or die;
-s%^(folder-collections=).*$%${1}"MIT Mail" {mit.edu/hesiod/imap/user=\${ATHENA_USER:-\$USER}}INBOX.[],\n\t"Old MH Mail" #mh/[],\n\t"Local Pine Mail" ~/mail/[]%m or die;
+s%^(folder-collections=).*$%${1}"MIT Mail" {mit.edu/hesiod/ssl/imap/user=\${ATHENA_USER:-\$USER}}INBOX.[],\n\t"Old MH Mail" #mh/[],\n\t"Local Pine Mail" ~/mail/[]%m or die;
s%^(sendmail-path=).*$%${1}/usr/lib/debathena-msmtp -t%m or die;
s%^(rsh-open-timeout=).*$%${1}0%m or die;
s%^(ssh-open-timeout=).*$%${1}0%m or die;