#!/bin/sh apptty 2> /dev/null if [ "x$1" = "x--" ]; then shift exec env LC_MESSAGES=$(locale -a | grep '^fr_FR' | head -n 1) mutt ${@+"$@"} exit fi screenrc="$HOME/.screenrc" muttscrc="$screenrc-mutt" cp "$screenrc" "$muttscrc" cat >> "$muttscrc" <