# #!/bin/sh -- This should not be executed, but sourced.
# This file was installed by the package user-de and contains the
# settings for German speaking users

# If you just want Umlauts and accents (also in Mutt), but all the
# messages in English then uncomment the following entry.
#LC_MESSAGES=en_GB.UTF-8
#export LC_MESSAGES

# This sets the locale to German/Germany.
# You might want to try de_AT etc. instead
LANG=de_DE.UTF-8
export LANG
# If you want a German GNOME Desktop as well, you also have to set
# LANG=de_DE.UTF-8 in /etc/environment, which is a good idea anyway!!!

# If you should prefer English manpages
# then uncomment the following two lines.
#MANOPT='-L english'
#export MANOPT


# A couple of programs use this as a default for the MIME charset.
MM_CHARSET=UTF-8
export MM_CHARSET

