source: trunk/debathena/config/email-icon-config/debian/debathena-email-switch @ 23846

Revision 23846, 213 bytes checked in by geofft, 15 years ago (diff)
In email-icon-config: * Make package suitable for machines that have local users; namely, only check Athena accounts for the possibility of launching OWA.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3if [ "$DEBATHENA_HOME_TYPE" = "afs" ] && hesinfo "$USER" pobox | egrep -q "^POP (IMAP\.)?EXCHANGE\.MIT\.EDU "; then
4  exec sensible-browser http://owa.mit.edu/
5else
6  exec evolution --component=mail
7fi
Note: See TracBrowser for help on using the repository browser.