Bug 1536047 - Re-enable JS Account. r=me

This commit is contained in:
Jorg K 2019-03-19 17:21:05 +01:00
Родитель af1e9129c1
Коммит 9cdd86f751
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -193,7 +193,7 @@
// Warning: When you re-enable this, be sure to touch msgIDelegateList.idl
// or else msgIDelegateList.h is not generated again and you get inexplicable
// compile errors.
#define JSACCOUNT_ENABLED 0
#define JSACCOUNT_ENABLED 1
#if JSACCOUNT_ENABLED
#include "msgJsAccountCID.h"
#include "JaAbDirectory.h"

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

@ -17,7 +17,7 @@ DIRS += [
'import/text/src',
'import/vcard/src',
'intl',
# 'jsaccount',
'jsaccount',
'local/public',
'local/src',
'mime',