diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-28 16:07:01 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-28 16:07:01 -0500 |
commit | 60882e8de5630fa7e6737e1fa369330d512be0a3 (patch) | |
tree | 117bc67323d418c6772351b51e781afd3ad9eec4 /mailnews | |
parent | ef0c2c4a923ad8ad776fc7feb45b7b7e834b44fe (diff) | |
download | aura-central-60882e8de5630fa7e6737e1fa369330d512be0a3.tar.gz |
Issue #27 - Restore including movemail isp data so that it is available on the Account Wizard
Diffstat (limited to 'mailnews')
-rw-r--r-- | mailnews/base/ispdata/moz.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mailnews/base/ispdata/moz.build b/mailnews/base/ispdata/moz.build index 363c2ba0c..027255776 100644 --- a/mailnews/base/ispdata/moz.build +++ b/mailnews/base/ispdata/moz.build @@ -2,4 +2,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# Stub. This was configuring special snowflake OSX stuff.
\ No newline at end of file +if CONFIG['MOZ_MOVEMAIL']: + FINAL_TARGET_FILES.isp += ['movemail.rdf']
\ No newline at end of file |