mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +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:
@@ -1,3 +1,9 @@
|
||||
2010-08-11 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/MailerUI.js (refreshMessage): if the
|
||||
current mailbox is the sent folder, refresh the mailbox instead of
|
||||
only the message.
|
||||
|
||||
2010-08-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/SchedulerUI.js: (initCalendars): avoid
|
||||
|
||||
@@ -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