Monotone-Parent: fa8dc1c274f33f22112358063dcbafd1365e8c6f

Monotone-Revision: 5d6bd031d4a71e69a4759798355764f7f9894322

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-19T19:20:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-08-19 19:20:56 +00:00
parent b9201e4741
commit bbe850c044
2 changed files with 43 additions and 40 deletions
+14
View File
@@ -1,5 +1,19 @@
2010-08-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/MailerUI.js: (initDnd): removed useless
method.
(onMessageListPrepareVisibility): fixed a bug where the current
mailbox name would be attemptedly taken from the menu target,
while it really should have been deduced from
"Mailer.currentMailbox".
(configureDraggables): we now take all label nodes under
"#mailboxTree" into account and accept them as droppable when they
are not an account node. Also, we associate an account tag with
all of them.
(startDragging): we set the drag classname of the drag handle to
the correct account tag, to avoid visual feedback when hovering
mailboxes from another account.
* UI/WebServerResources/UIxReminderEditor.js
(initialiseFormValues): added code to configure the "actionList"
if present (email alarms enabled).