Bug #243733 --> Port Thunderbird's fix for handling the opening of vCard attachments internally instead of

opening up a helper app to the trunk.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2005-12-28 19:10:17 +00:00
Родитель ecbf97fa9f
Коммит d1e79f696a
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -451,4 +451,11 @@
#define NS_MSGVCARDSERVICE_CONTRACTID \
"@mozilla.org/addressbook/msgvcardservice;1"
#define NS_MSGVCARDSTREAMLISTENER_CID \
{ 0xf4045da, 0x6187, 0x42ff, \
{ 0x9d, 0xf4, 0x80, 0x65, 0x44, 0xf, 0x76, 0x21 }}
#define NS_MSGVCARDSTREAMLISTENER_CONTRACTID \
"@mozilla.org/addressbook/msgvcardstreamlistener;1"
#endif // nsAbBaseCID_h__