Ignore:
Timestamp:
09/13/10 10:24:00 (14 years ago)
Author:
amuller
Message:

Ticket #1057 - Corrigindo envio de confirmação de leitura

File:
1 edited

Legend:

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

    r3227 r3231  
    358358 
    359359                        if (confNotification) 
    360                                 cExecute ("$this.imap_functions.send_notification&notificationto="+msg_info.DispositionNotificationTo+"&subject="+url_encode(msg_info.subject), handler_sendNotification); 
     360                                cExecute ("$this.imap_functions.send_notification&notificationto="+msg_info.DispositionNotificationTo+"&date="+msg_info.udate+"&subject="+url_encode(msg_info.subject), handler_sendNotification); 
    361361                } 
    362362                //Change msg class to read. 
Note: See TracChangeset for help on using the changeset viewer.