mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
See ChangeLog
Monotone-Parent: e43c9b00bdea42b8d8040a8c2bb1123e3a5230ec Monotone-Revision: 5016da15e7302739b395754fe5a9d170409343ae Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-12T15:31:17
This commit is contained in:
@@ -1571,7 +1571,9 @@ function refreshCurrentFolder() {
|
||||
|
||||
/* Called after sending an email */
|
||||
function refreshMessage(mailbox, messageUID) {
|
||||
if (mailbox == Mailer.currentMailbox) {
|
||||
if (Mailer.currentMailboxType == 'sent')
|
||||
refreshCurrentFolder();
|
||||
else if (mailbox == Mailer.currentMailbox) {
|
||||
Mailer.dataTable.invalidate(messageUID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user