[24248] in Source-Commits
/svn/athena r23846 - trunk/debathena/config/email-icon-config/debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sat Jun 13 23:59:25 2009
Date: Sat, 13 Jun 2009 23:59:14 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200906140359.n5E3xEvK004495@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2009-06-13 23:59:13 -0400 (Sat, 13 Jun 2009)
New Revision: 23846
Modified:
trunk/debathena/config/email-icon-config/debian/changelog
trunk/debathena/config/email-icon-config/debian/debathena-email-switch
Log:
In email-icon-config:
* Make package suitable for machines that have local users; namely, only
check Athena accounts for the possibility of launching OWA.
Modified: trunk/debathena/config/email-icon-config/debian/changelog
===================================================================
--- trunk/debathena/config/email-icon-config/debian/changelog 2009-06-13 20:30:59 UTC (rev 23845)
+++ trunk/debathena/config/email-icon-config/debian/changelog 2009-06-14 03:59:13 UTC (rev 23846)
@@ -1,3 +1,10 @@
+debathena-email-icon-config (1.1) unstable; urgency=low
+
+ * Make package suitable for machines that have local users; namely, only
+ check Athena accounts for the possibility of launching OWA.
+
+ -- Geoffrey Thomas <geofft@mit.edu> Thu, 11 Jun 2009 22:37:18 -0400
+
debathena-email-icon-config (1.0) unstable; urgency=low
* Initial release.
Modified: trunk/debathena/config/email-icon-config/debian/debathena-email-switch
===================================================================
--- trunk/debathena/config/email-icon-config/debian/debathena-email-switch 2009-06-13 20:30:59 UTC (rev 23845)
+++ trunk/debathena/config/email-icon-config/debian/debathena-email-switch 2009-06-14 03:59:13 UTC (rev 23846)
@@ -1,6 +1,6 @@
#!/bin/sh
-if hesinfo "$USER" pobox | egrep -q "^POP (IMAP\.)?EXCHANGE\.MIT\.EDU "; then
+if [ "$DEBATHENA_HOME_TYPE" = "afs" ] && hesinfo "$USER" pobox | egrep -q "^POP (IMAP\.)?EXCHANGE\.MIT\.EDU "; then
exec sensible-browser http://owa.mit.edu/
else
exec evolution --component=mail