mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
See ChangeLog
Monotone-Parent: ccda1427d14d0786cfb28dbb253a43ab22a93a2e Monotone-Revision: 87eb8bb69f68316e6f95f8206ea9f665209d2b0f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-12T02:12:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1586,7 +1586,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