[24198] in Source-Commits

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

/svn/athena r23799 - trunk/debathena/config/alpine-config/debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Mon May 18 15:21:21 2009

Date: Mon, 18 May 2009 15:21:11 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200905181921.n4IJLB88003616@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-05-18 15:21:11 -0400 (Mon, 18 May 2009)
New Revision: 23799

Modified:
   trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
Log:
In alpine-config, add the whitespace back to the folder-collections value.


Modified: trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
===================================================================
--- trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena	2009-05-18 19:10:04 UTC (rev 23798)
+++ trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena	2009-05-18 19:21:11 UTC (rev 23799)
@@ -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"Old MH Mail" #mh/[],\n"Local Pine Mail" ~/mail/[]%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%^(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;


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