mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
Monotone-Parent: edb893da8ce0f655c7df27ce11022ddf6b26e6a0
Monotone-Revision: 0bad93574cbb34f80f8e581a8347fec75a28f612 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-09T13:30:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -38,8 +38,7 @@ function onLoadHandler() {
|
||||
}
|
||||
|
||||
function loadMailboxes() {
|
||||
var url = (ApplicationBaseURL + "Mail/"
|
||||
+ encodeURI(firstMailAccount) + "/mailboxes");
|
||||
var url = ApplicationBaseURL + "Mail/0/mailboxes";
|
||||
triggerAjaxRequest(url, onLoadMailboxesCallback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user