Ignore:
Timestamp:
08/16/11 16:36:26 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Mensagem assinada (usando certificado digital) não abre.r4916

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/main.js

    r4854 r4933  
    16581658        { 
    16591659                var handler = function(data){ 
    1660  
     1660                        if(typeof(expresso_local_messages) != "undefined"){ 
    16611661                        if(data.msg_day == '') 
    16621662                        { 
    16631663                                header=expresso_local_messages.get_msg_date(data.original_ID, proxy_mensagens.is_local_folder(get_current_folder())); 
    1664  
     1664                                if(header){ 
    16651665                                data.fulldate=header.fulldate; 
    16661666                                data.smalldate=header.smalldate; 
    16671667                                data.msg_day = header.msg_day; 
    16681668                                data.msg_hour = header.msg_hour; 
    1669  
    1670                         } 
     1669                        } 
     1670                        } 
     1671                      } 
    16711672                        this.show_msg(data); 
    16721673                } 
Note: See TracChangeset for help on using the changeset viewer.