diff --git a/js/plugin.contactimporter.js b/js/plugin.contactimporter.js index 904b900..e6338c8 100644 --- a/js/plugin.contactimporter.js +++ b/js/plugin.contactimporter.js @@ -288,7 +288,7 @@ Zarafa.plugins.contactimporter.ImportPlugin = Ext.extend(Zarafa.core.Plugin, { break; case Zarafa.core.data.SharedComponentType['common.contextmenu']: if (record instanceof Zarafa.core.data.MAPIRecord) { - if (record.get('object_type') == Zarafa.core.mapi.ObjectType.MAPI_FOLDER) { + if (record.get('object_type') == Zarafa.core.mapi.ObjectType.MAPI_FOLDER && record.get('container_class') == "IPF.Contact") { bid = 2; } }