mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 13:55:23 +00:00
See ChangeLog
Monotone-Parent: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495 Monotone-Revision: 7605704028eff50386f4f9c1e4e93aa47eea31c3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-09-17T13:55:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1930,10 +1930,8 @@ function refreshContacts() {
|
||||
function openInbox(node) {
|
||||
var done = false;
|
||||
openMailbox(node.parentNode.getAttribute("dataname"), false);
|
||||
var tree = $("mailboxTree");
|
||||
tree.selectedEntry = node;
|
||||
node.selectElement();
|
||||
mailboxTree.o(1);
|
||||
mailboxTree.s(2);
|
||||
}
|
||||
|
||||
function initMailer(event) {
|
||||
@@ -2027,15 +2025,15 @@ function initMailboxTree() {
|
||||
mailboxTree.icon.folder = ResourcesURL + "/tbtv_leaf_corner_17x17.png";
|
||||
mailboxTree.icon.folderOpen = ResourcesURL + "/tbtv_leaf_corner_17x17.png";
|
||||
mailboxTree.icon.node = ResourcesURL + "/tbtv_leaf_corner_17x17.png";
|
||||
mailboxTree.icon.line = ResourcesURL + "/tbtv_line_17x17.gif";
|
||||
mailboxTree.icon.join = ResourcesURL + "/tbtv_junction_17x17.gif";
|
||||
mailboxTree.icon.joinBottom = ResourcesURL + "/tbtv_corner_17x17.gif";
|
||||
mailboxTree.icon.plus = ResourcesURL + "/tbtv_plus_17x17.gif";
|
||||
mailboxTree.icon.plusBottom = ResourcesURL + "/tbtv_corner_plus_17x17.gif";
|
||||
mailboxTree.icon.minus = ResourcesURL + "/tbtv_minus_17x17.gif";
|
||||
mailboxTree.icon.minusBottom = ResourcesURL + "/tbtv_corner_minus_17x17.gif";
|
||||
mailboxTree.icon.nlPlus = ResourcesURL + "/tbtv_corner_plus_17x17.gif";
|
||||
mailboxTree.icon.nlMinus = ResourcesURL + "/tbtv_corner_minus_17x17.gif";
|
||||
mailboxTree.icon.line = ResourcesURL + "/tbtv_line_17x22.png";
|
||||
mailboxTree.icon.join = ResourcesURL + "/tbtv_junction_17x22.png";
|
||||
mailboxTree.icon.joinBottom = ResourcesURL + "/tbtv_corner_17x22.png";
|
||||
mailboxTree.icon.plus = ResourcesURL + "/tbtv_plus_17x22.png";
|
||||
mailboxTree.icon.plusBottom = ResourcesURL + "/tbtv_corner_plus_17x22.png";
|
||||
mailboxTree.icon.minus = ResourcesURL + "/tbtv_minus_17x22.png";
|
||||
mailboxTree.icon.minusBottom = ResourcesURL + "/tbtv_corner_minus_17x22.png";
|
||||
mailboxTree.icon.nlPlus = ResourcesURL + "/tbtv_corner_plus_17x22.png";
|
||||
mailboxTree.icon.nlMinus = ResourcesURL + "/tbtv_corner_minus_17x22.png";
|
||||
mailboxTree.icon.empty = ResourcesURL + "/empty.gif";
|
||||
mailboxTree.preload ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user