Hi!

After upgrading from Webmail Edition 1.2.5 to 1.2.6 I have problems with folder names. The system folders Trash and Sent were originally translated into Papirkurv and Sendte. This worked OK in previous Horde release.

What happens after upgrading is the translated folders are moved down to the private folder sections, and Trash and Sent are created when I send og delete mails. The two new folders are logically placed under the Inboks (which has remained translated as expected).

Any idrea how I can fix this?

By the way, the imp/config/prefs.php has the following:


// trash folder
$_prefs['trash_folder'] = array(
    // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
    // 3501 [5.1.3]). For Exchange, uncomment the entry below and remove the
    // default value entry.
    // 'value' => 'Deleted Items',
    'value' => _("Papirkurv"),
    'locked' => true,
    'shared' => false,
    'type' => 'implicit');

// sent mail folder
$_prefs['sent_mail_folder'] = array(
    // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
    // 3501 [5.1.3]). For Exchange, uncomment the entry below and remove the
    // default value entry.
    // 'value' => 'Sent Items',
    'value' => 'Sendte',
    'locked' => true,
    'shared' => false,
    'type' => 'implicit');


--
Pål Monstad


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to