mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 04:18:51 +00:00
Monotone-Parent: 4540f3e456a8b7129b4cc6d8a8eea6373cc23df6
Monotone-Revision: 759009bd466f9b73934029fb2e05ae98192c20f5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-08-01T19:21:02 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