Ignore:
Timestamp:
10/15/10 17:08:29 (14 years ago)
Author:
brunocosta
Message:

Ticket #1010 - Tornar criação automática configurável.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/local_messages.js

    r3355 r3365  
    763763    this.finalize(); 
    764764 
    765     if(achouInbox && achouSent && achouSentConf && achouTrash && achouDrafts){ 
     765    if(preferences.auto_create_local=='0' || (achouInbox && achouSent && achouSentConf && achouTrash && achouDrafts)){ 
    766766        var retorno_final = retorno_defaults.concat(retorno.sort(charOrdA)); 
    767767        return retorno_final; 
Note: See TracChangeset for help on using the changeset viewer.