#
# THESE DEFINITIONS ONLY APPLY WHEN
# kopano-server runs /etc/kopano/*scripts*.
#
# IT DOES NOT GET USED IN ANY OTHER WAY,
# ESPECIALLY NOT WHEN ISSUING kopano-storeadm FROM A SHELL.
#


## Path:        Network/Mail/Kopano
## Description: Kopano service locale
## Type:        string
## Default:     "en_US.UTF-8"
#
# Definition of what constitutes the alphabet. This primarily affects the
# encoding of everything and character classes.
#
LC_CTYPE=en_US.UTF-8

## Path:        Network/Mail/Kopano
## Description: Kopano timestamp format/locale
## Type:        string
## Default:     "en_US.UTF-8"
#
# Locale for timestamps. The magic string "en_DK" selects ISO 8601 time format.
#
LC_TIME=en_US.UTF-8

## Path:        Network/Mail/Kopano
## Description: Kopano timestamp format/locale
## Type:        string
## Default:     "en_US.UTF-8"
#
# Locale setting for Kopano userscripts. This is assigned to LC_MESSAGES
# and therefore affects the emitted language, e.g. folder names for new
# message stores.
#
# If this is empty, it defaults to the LC_MESSAGES value of kopano-server.
# (Cf. `systemctl show kopano-server`)
#
KOPANO_USERSCRIPT_LOCALE="en_US.UTF-8"
