source: trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena @ 24285

Revision 24285, 1.1 KB checked in by geofft, 14 years ago (diff)
In alpine-config: * Alpine doesn't parse ${ATHENA_USER:-$USER} as we'd want, so stop doing that and make sure $ATHENA_USER is set in the wrapper script (Trac: #413).
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s%^(user-domain=).*$%${1}mit.edu%m or die;
3s%^(nntp-server=).*$%${1}news.mit.edu%m or die;
4s%^(inbox-path=).*$%${1}{\${ATHENA_USER}.mail.mit.edu/ssl/imap/user=\${ATHENA_USER}}INBOX%m or die;
5s%^(feature-list=).*$%${1}enable-mail-check-cue,\n\tsave-will-quote-leading-froms,\n\tenable-full-header-cmd%m or die;
6s%^(bugs-fullname=).*$%${1}Athena Bugs%m or die;
7s%^(bugs-address=).*$%${1}bugs\@mit.edu%m or die;
8s%^(suggest-fullname=).*$%${1}Athena Suggestions%m or die;
9s%^(suggest-address=).*$%${1}suggest\@mit.edu%m or die;
10s%^(local-fullname=).*$%${1}Athena Consultants%m or die;
11s%^(local-address=).*$%${1}olc-mail\@mit.edu%m or die;
12s%^(url-viewers=).*$%${1}/usr/bin/sensible-browser%m or die;
13s%^(folder-collections=).*$%${1}"MIT Mail" {\${ATHENA_USER}.mail.mit.edu/ssl/imap/user=\${ATHENA_USER}}INBOX.[],\n\t"Old MH Mail" #mh/[],\n\t"Local Pine Mail" ~/mail/[]%m or die;
14s%^(sendmail-path=).*$%${1}/usr/lib/debathena-msmtp -t%m or die;
15s%^(rsh-open-timeout=).*$%${1}0%m or die;
16s%^(ssh-open-timeout=).*$%${1}0%m or die;
17s%^(new-version-threshold=).*$%\% (Athena hack: 'z' should be lexically greater than any pine version.)\n${1}z%m or die;
Note: See TracBrowser for help on using the repository browser.