source: trunk/debathena/config/mutt-config/debian/debathena-mutt-folder @ 23959

Revision 23959, 175 bytes checked in by broder, 15 years ago (diff)
In mutt-config: * Use SSL for connections to Exchange (I'd use it universally, but SSL + Kerberos seems to result in segfaults). (Trac: #317)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2user=${ATHENA_USER:-$USER}
3pobox="$(hesinfo "$user" pobox | awk '{print $2}')"
4ssl=
5case "$pobox" in
6    *EXCHANGE*) ssl=s ;;
7esac
8echo "imap${ssl}://$user@$pobox/"
Note: See TracBrowser for help on using the repository browser.