Ignore:
Timestamp:
08/04/11 17:54:22 (13 years ago)
Author:
thiagoaos
Message:

Ticket #2192 - Adicionado configuração para definir nome da pasta Trash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/z-push/config.php.template

    r4897 r4903  
    8282        // copy outgoing mail to this folder. If not set z-push will try the default folders 
    8383        define('IMAP_SENTFOLDER', 'INBOX/Sent'); 
    84  
     84        // define('IMAP_TRASHFOLDER', 'INBOX/Lixeira'); 
     85        //  
     86        // define('IMAP_DISPLAYNAME_SENTFOLDER', 'Enviados'); 
     87        // define('IMAP_DISPLAYNAME_TRASHFOLDER', 'Lixeira'); 
     88         
    8589        // ************************ 
    8690        //  BackendMaildir settings 
     
    111115        define("LDAP_BIND_USER", "cn=admin,ou=expressolivre,ou=corp,dc=serpro,dc=gov,dc=br"); 
    112116        define("LDAP_BIND_PASSWORD", "correio"); 
    113      
     117 
    114118        define("LDAP_HOST", "ldap://10.200.112.132/"); // Address of your LDAP server 
    115119        define("LDAP_PORT", "389"); // Port of your LDAP server 
Note: See TracChangeset for help on using the changeset viewer.