mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
f56dc18690
Summary: - You can now pass `--config-dir-path=/some/custom/path` to `./N1.sh` - `main.coffee` cleaned up a bit. A lot of unused params from legacy Atom stuff were still being used - Integration specs now set the config dir before booting. - New spec to check for the autoupdater in the app and make sure it's pointing at the right place. Test Plan: script/grunt run-integration-tests Reviewers: juan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2331
25 lines
593 B
Text
25 lines
593 B
Text
"*":
|
|
updateIdentity: "00000000-0000-0000-0000-000000000000"
|
|
env: "production"
|
|
nylas:
|
|
accounts: [
|
|
{
|
|
client_id: "local-00000000-0000"
|
|
server_id: "fake-server-id"
|
|
object: "account"
|
|
account_id: "accountid1234"
|
|
name: "Nylas Test"
|
|
provider: "eas"
|
|
email_address: "test@nylas.com"
|
|
organization_unit: "folder"
|
|
id: "accountid1234"
|
|
}
|
|
]
|
|
currentAccountIndex: 1
|
|
accountTokens:
|
|
accountid1234: "fake-token"
|
|
accountid1234:
|
|
cursor: "fake-cursor"
|
|
core:
|
|
workspace:
|
|
mode: "split"
|