diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 01:22:58 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 01:22:58 -0500 |
commit | 7047b11cf0126c784fca3aab78d78cd2d85d7d8f (patch) | |
tree | f994c6b8c5788ed9902cbc1503d4c45b13d4282a /mailnews/moz.build | |
parent | 3c41580e7182a23bf149a68a31cb51c6fb0a3008 (diff) | |
download | uxp-7047b11cf0126c784fca3aab78d78cd2d85d7d8f.tar.gz |
Bug 1338715 - Remove Outlook Express import
Tag #1273
Diffstat (limited to 'mailnews/moz.build')
-rw-r--r-- | mailnews/moz.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mailnews/moz.build b/mailnews/moz.build index 8a6211e3be..1d12894c5f 100644 --- a/mailnews/moz.build +++ b/mailnews/moz.build @@ -37,7 +37,6 @@ if CONFIG['OS_ARCH'] == 'WINNT': if not CONFIG['GNU_CC']: DIRS += [ - 'import/oexpress', 'import/winlivemail', ] |