parent
362dedc014
commit
6840a1665d
|
@ -350,6 +350,30 @@ namespace inbox {
|
||||||
mailbox "Utkast" {
|
mailbox "Utkast" {
|
||||||
special_use = \Drafts
|
special_use = \Drafts
|
||||||
}
|
}
|
||||||
|
mailbox "Skraldespand" {
|
||||||
|
special_use = \Trash
|
||||||
|
}
|
||||||
|
mailbox "Slettet mails" {
|
||||||
|
special_use = \Trash
|
||||||
|
}
|
||||||
|
mailbox "Arkiv" {
|
||||||
|
special_use = \Archive
|
||||||
|
}
|
||||||
|
mailbox "Arkiveret mails" {
|
||||||
|
special_use = \Archive
|
||||||
|
}
|
||||||
|
mailbox "Sendt" {
|
||||||
|
special_use = \Sent
|
||||||
|
}
|
||||||
|
mailbox "Sendte mails" {
|
||||||
|
special_use = \Sent
|
||||||
|
}
|
||||||
|
mailbox "Udkast" {
|
||||||
|
special_use = \Drafts
|
||||||
|
}
|
||||||
|
mailbox "Kladde" {
|
||||||
|
special_use = \Drafts
|
||||||
|
}
|
||||||
prefix =
|
prefix =
|
||||||
}
|
}
|
||||||
protocols = imap sieve lmtp pop3
|
protocols = imap sieve lmtp pop3
|
||||||
|
|
|
@ -79,7 +79,9 @@ $DETECT_LANGUAGE = true;
|
||||||
$DEFAULT_LANG = 'en';
|
$DEFAULT_LANG = 'en';
|
||||||
|
|
||||||
// Available languages
|
// Available languages
|
||||||
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ko', 'lv', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sv', 'zh');
|
// Use (ISO 639-1) Code standard
|
||||||
|
// See https://www.loc.gov/standards/iso639-2/php/code_list.php
|
||||||
|
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ko', 'lv', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sv', 'zh');
|
||||||
|
|
||||||
// Change theme (default: lumen)
|
// Change theme (default: lumen)
|
||||||
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
|
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue