mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 07:48:52 +00:00
merge of '2c8c5a98bffe88fbe33a7c879bc06a01553833bc'
and '759009bd466f9b73934029fb2e05ae98192c20f5' Monotone-Parent: 2c8c5a98bffe88fbe33a7c879bc06a01553833bc Monotone-Parent: 759009bd466f9b73934029fb2e05ae98192c20f5 Monotone-Revision: a4d6aa57206382ed0a706b96c2f9b59255df2cb3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-01T19:22:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,7 +31,7 @@ function validateEditorInput(sender) {
|
||||
}
|
||||
|
||||
function openContactsFolder(contactsFolder, reload, idx) {
|
||||
if ((currentContactFolder && contactsFolder != currentContactFolder)
|
||||
if ((contactsFolder && contactsFolder != currentContactFolder)
|
||||
|| reload) {
|
||||
currentContactFolder = contactsFolder; log("openContactsFolder " + contactsFolder);
|
||||
var url = URLForFolderID(currentContactFolder) +
|
||||
|
||||
Reference in New Issue
Block a user