From 370bdce9041e0c06b563ee90507e06c7f1bba7ba Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Nov 2006 22:03:13 +0000 Subject: [PATCH] Monotone-Parent: 393f52805840a2d18b9be5e45115ab4efac032d3 Monotone-Revision: c37d20558aab1e595ecc94449329012e816a91e0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-01T22:03:13 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 4bf187186..17f13c146 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -565,7 +565,7 @@ function onContactMailTo(node) { } function refreshContacts(contactId) { - openContactsFolder(currentContactFolder, "reload=true"); + openContactsFolder(currentContactFolder, "reload=true", currentFolderIsExternal); cachedContacts[currentContactFolder + "/" + contactId] = null; loadContact(contactId);