[imp] problems with trash and sent foløder after upgrade

pal at hkskole.no pal at hkskole.no
Thu Aug 26 09:08:41 UTC 2010


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.



More information about the imp mailing list