[prev in list] [next in list] [prev in thread] [next in thread] 

List:       horde-bugs
Subject:    [Tickets #7545] Re: Translation and Pseudo default folders
From:       bugs () horde ! org
Date:       2008-11-28 9:26:35
Message-ID: 20081128042636.208574one8pzhu2o () bugs ! horde ! org
[Download RAW message or body]

DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7545
------------------------------------------------------------------------------
  Ticket             | 7545
  Updated By         | benoit.poulet@businessdecision.com
  Summary            | Translation and Pseudo default folders
  Queue              | IMP
  Version            | 4.3
  Type               | Enhancement
  State              | Accepted
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


benoit.poulet@businessdecision.com (2008-11-28 04:26) wrote:

Patch tested and it's working very well.

Thank you Massimiliano.

> Here is a patch that solves the isuue:
>
> You also have to set in imp prefs.php
>
> // 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' => "Sent",
> //    'value' => _("Sent"),
>     'locked' => false,
>     'shared' => false,
>     'type' => 'implicit');
>
> // drafts folder
> $_prefs['drafts_folder'] = array(
>     // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
>     // 3501 [5.1.3]).
>     'value' => "Drafts",
> //    'value' => _("Drafts"),
>     'locked' => false,
>     'shared' => false,
>     'type' => 'implicit');
>
> // 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' => "Trash",
> //    'value' => _("Trash"),
>     'locked' => false,
>     'shared' => false,
>     'type' => 'implicit');
>
> // spam folder
> $_prefs['spam_folder'] = array(
>     // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
>     // 3501 [5.1.3]).
>     'value' => "Spam",
> //    'value' => _("Spam"),
>     'locked' => false,
>     'shared' => false,
>     'type' => 'implicit');
>
>
> Best regards
> Massimiliano Ferrero





--
You are subscribed to this list as: horde-bugs@progressive-comp.com
To unsubscribe, mail: bugs-unsubscribe@lists.horde.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic