#!/bin/sh apptty 2> /dev/null if [ "x$1" = "x--" ]; then shift exec mutt ${@+"$@"} exit fi case "$LC_CTYPE" in *.UTF-8) LC_MESSAGES=fr_FR.UTF-8;; *) case "$OSTYPE" in solaris*) LC_MESSAGES=fr;; *) LC_MESSAGES=fr_FR.ISO8859-1;; esac;; esac export LC_MESSAGES screenrc="$HOME/.screenrc" muttscrc="$screenrc-mutt" cp "$screenrc" "$muttscrc" cat >> "$muttscrc" < "$MUTTDISPLAY" <> "$MUTTDISPLAY" <