From bf0aa51148a1e6be488076ae1fd595678b082722 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Mon, 30 Jan 2017 11:50:39 -0800 Subject: [PATCH] fix(rename): update nylas/N1 to nylas/nylas-mail Github references --- CONTRIBUTING.md | 8 +++--- ISSUE_TEMPLATE.md | 2 +- README.md | 26 +++++++++---------- apm/package.json | 2 +- .../composer-templates/README.md | 2 +- .../composer-translate/README.md | 2 +- .../composer-translate/package.json | 2 +- .../github-contact-card/README.md | 4 +-- .../personal-level-indicators/README.md | 2 +- internal_packages/thread-snooze/package.json | 2 +- internal_packages/ui-darkside/README.md | 6 ++--- package.json | 2 +- spec_integration/package.json | 2 +- src/K2 | 2 +- 14 files changed, 32 insertions(+), 32 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16f589296..f66175003 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,13 +29,13 @@ and gnome-keyring. Next, clone and build N1 from source: - git clone https://github.com/nylas/N1.git - cd N1 + git clone https://github.com/nylas/nylas-mail.git + cd nylas-mail script/bootstrap Read the [getting started guides](https://nylas.github.io/N1/getting-started/). -**Building Nylas on Windows? See the [Windows instructions.](https://github.com/nylas/N1/blob/master/docs/Windows.md)** +**Building Nylas on Windows? See the [Windows instructions.](https://github.com/nylas/nylas-mail/blob/master/docs/Windows.md)** ### Running N1 @@ -97,4 +97,4 @@ We do have a few heuristics: # Running Against Open Source Sync Engine -See [Configuration](https://github.com/nylas/N1/blob/master/CONFIGURATION.md) +See [Configuration](https://github.com/nylas/nylas-mail/blob/master/CONFIGURATION.md) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 4c56ac4ce..91cede076 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ actionable, try to include the following information: --> ##### Are there any related issues? - + ... ##### What operating system are you using? diff --git a/README.md b/README.md index d644cd6f6..5020010a6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Nylas Mail is an open-source mail client built on the modern web with [Electron](https://github.com/atom/electron), [React](https://facebook.github.io/react/), and [Flux](https://facebook.github.io/flux/).** It is designed to be extensible, so it's easy to create new experiences and workflows around email. Want to learn more? Check out the [full documentation](https://nylas.github.io/nylas-mail/). -[![Build Status](https://travis-ci.org/nylas/N1.svg?branch=master)](https://travis-ci.org/nylas/N1) +[![Build Status](https://travis-ci.org/nylas/nylas-mail.svg?branch=master)](https://travis-ci.org/nylas/nylas-mail) [![Slack Invite Button](http://slack-invite.nylas.com/badge.svg)](http://slack-invite.nylas.com) #### Want to help build the future of email? [Nylas is hiring](https://jobs.lever.co/nylas)! @@ -27,11 +27,11 @@ The Nylas Mail user interface is styled using CSS, which means it's easy to modi #### Bundled Themes -- [Dark](https://github.com/nylas/N1/tree/master/internal_packages/ui-dark) -- [Darkside](https://github.com/nylas/N1/tree/master/internal_packages/ui-darkside) (designed by [Jamie Wilson](https://github.com/jamiewilson)) -- [Taiga](https://github.com/nylas/N1/tree/master/internal_packages/ui-taiga) (designed by [Noah Buscher](https://github.com/noahbuscher)) -- [Ubuntu](https://github.com/nylas/N1/tree/master/internal_packages/ui-ubuntu) (designed by [Ahmed Elhanafy](https://github.com/ahmedlhanafy)) -- [Less Is More](https://github.com/nylas/N1/tree/master/internal_packages/ui-less-is-more) (designed by [Alexander Adkins](https://github.com/P0WW0W)) +- [Dark](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-dark) +- [Darkside](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-darkside) (designed by [Jamie Wilson](https://github.com/jamiewilson)) +- [Taiga](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-taiga) (designed by [Noah Buscher](https://github.com/noahbuscher)) +- [Ubuntu](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-ubuntu) (designed by [Ahmed Elhanafy](https://github.com/ahmedlhanafy)) +- [Less Is More](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-less-is-more) (designed by [Alexander Adkins](https://github.com/P0WW0W)) @@ -81,13 +81,13 @@ We're working on building a plugin index that makes it super easy to add them to #### Bundled Plugins Great starting points for creating your own plugins! -- [Translate](https://github.com/nylas/N1/tree/master/internal_packages/composer-translate)—Works with 10 languages -- [Quick Replies](https://github.com/nylas/N1/tree/master/internal_packages/composer-templates)—Send emails faster with templates -- [Emoji Keyboard](https://github.com/nylas/N1/tree/master/internal_packages/composer-emoji)—Insert emoji by typing a colon (:) followed by the name of an emoji symbol -- [GitHub Sidebar Info](https://github.com/nylas/N1/tree/master/internal_packages/github-contact-card) -- [View on GitHub](https://github.com/nylas/N1/tree/master/internal_packages/message-view-on-github) -- [Personal Level Indicators](https://github.com/nylas/N1/tree/master/internal_packages/personal-level-indicators) -- [Phishing Detection](https://github.com/nylas/N1/tree/master/internal_packages/phishing-detection) +- [Translate](https://github.com/nylas/nylas-mail/tree/master/internal_packages/composer-translate)—Works with 10 languages +- [Quick Replies](https://github.com/nylas/nylas-mail/tree/master/internal_packages/composer-templates)—Send emails faster with templates +- [Emoji Keyboard](https://github.com/nylas/nylas-mail/tree/master/internal_packages/composer-emoji)—Insert emoji by typing a colon (:) followed by the name of an emoji symbol +- [GitHub Sidebar Info](https://github.com/nylas/nylas-mail/tree/master/internal_packages/github-contact-card) +- [View on GitHub](https://github.com/nylas/nylas-mail/tree/master/internal_packages/message-view-on-github) +- [Personal Level Indicators](https://github.com/nylas/nylas-mail/tree/master/internal_packages/personal-level-indicators) +- [Phishing Detection](https://github.com/nylas/nylas-mail/tree/master/internal_packages/phishing-detection) #### Community Plugins diff --git a/apm/package.json b/apm/package.json index c3265136a..f6c13d700 100644 --- a/apm/package.json +++ b/apm/package.json @@ -3,7 +3,7 @@ "description": "N1's bundled apm", "repository": { "type": "git", - "url": "https://github.com/nylas/n1" + "url": "https://github.com/nylas/nylas-mail" }, "dependencies": { "atom-package-manager": "1.1.1" diff --git a/internal_packages/composer-templates/README.md b/internal_packages/composer-templates/README.md index 6f1178fec..e4c07d22d 100644 --- a/internal_packages/composer-templates/README.md +++ b/internal_packages/composer-templates/README.md @@ -14,7 +14,7 @@ tags are always stripped so the recipient never sees any highlighting. This example is a good starting point for plugins that want to extend the composer experience. - + #### Install this plugin diff --git a/internal_packages/composer-translate/README.md b/internal_packages/composer-translate/README.md index 64730fd92..f065b845f 100644 --- a/internal_packages/composer-translate/README.md +++ b/internal_packages/composer-translate/README.md @@ -3,7 +3,7 @@ A package for N1 that translates draft text into other languages using the Yandex Translation API. - + #### Enable this plugin diff --git a/internal_packages/composer-translate/package.json b/internal_packages/composer-translate/package.json index d46ab4eb1..cdcecfc43 100755 --- a/internal_packages/composer-translate/package.json +++ b/internal_packages/composer-translate/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/nylas/N1" + "url": "https://github.com/nylas/nylas-mail" }, "windowTypes": { "default": true, diff --git a/internal_packages/github-contact-card/README.md b/internal_packages/github-contact-card/README.md index 7b40f188e..31e5489a2 100644 --- a/internal_packages/github-contact-card/README.md +++ b/internal_packages/github-contact-card/README.md @@ -5,9 +5,9 @@ Uses GitHub's public API to look up a GitHub user based on their email address, and then displays public repos and their stars. This example is a good starting point for plugins that want to display data from -external sources in the sidebar. If you want to see some more advanced plugins, have a look through [all the internal plugins, here on Github](https://github.com/nylas/N1/tree/master/internal_packages). +external sources in the sidebar. If you want to see some more advanced plugins, have a look through [all the internal plugins, here on Github](https://github.com/nylas/nylas-mail/tree/master/internal_packages). - + #### Install this plugin diff --git a/internal_packages/personal-level-indicators/README.md b/internal_packages/personal-level-indicators/README.md index 6142bac51..c17d956a9 100644 --- a/internal_packages/personal-level-indicators/README.md +++ b/internal_packages/personal-level-indicators/README.md @@ -2,7 +2,7 @@ An icon to indicate whether an email was sent to either just you, or you and other recipients, or a mailing list that you were on. - + #### Enable this plugin diff --git a/internal_packages/thread-snooze/package.json b/internal_packages/thread-snooze/package.json index 98fb3da71..a2fcabf2e 100644 --- a/internal_packages/thread-snooze/package.json +++ b/internal_packages/thread-snooze/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "github.com/nylas/n1" + "url": "github.com/nylas/nylas-mail" }, "engines": { "nylas": "*" diff --git a/internal_packages/ui-darkside/README.md b/internal_packages/ui-darkside/README.md index 7405383fc..52042e1b4 100644 --- a/internal_packages/ui-darkside/README.md +++ b/internal_packages/ui-darkside/README.md @@ -2,7 +2,7 @@ **An dark sidebar theme for [Nylas Mail](https://nylas.com/n1). Created by [Jamie Wilson](http://jamiewilson.io)** ## Activation -Darkside comes [pre-installed](https://github.com/nylas/N1/tree/master/internal_packages/ui-darkside) with N1. To change themes, go to `Nylas Mail > Change Theme…` in the menu bar, then select `Darkside`. Learn more at [support.nylas.com](https://support.nylas.com/hc/en-us/articles/217557858-How-do-I-change-my-theme-). +Darkside comes [pre-installed](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-darkside) with N1. To change themes, go to `Nylas Mail > Change Theme…` in the menu bar, then select `Darkside`. Learn more at [support.nylas.com](https://support.nylas.com/hc/en-us/articles/217557858-How-do-I-change-my-theme-). ## Customization In order to customize Darkside, you'll need to manually install it. @@ -10,11 +10,11 @@ In order to customize Darkside, you'll need to manually install it. #### 1. Download the `ui-darkside` folder. > **Download Option 1:** -> [Download just the 'ui-darkside' folder](https://kinolien.github.io/gitzip/?download=https://github.com/nylas/N1/tree/master/internal_packages/ui-darkside) thanks to the service [gitzip by @kinolien](https://kinolien.github.io/gitzip/). +> [Download just the 'ui-darkside' folder](https://kinolien.github.io/gitzip/?download=https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-darkside) thanks to the service [gitzip by @kinolien](https://kinolien.github.io/gitzip/). > **Download Option 2:** -> [Download the entire N1 repo](https://github.com/nylas/N1/archive/master.zip) or `git clone https://github.com/nylas/N1.git`. Then grab the folder from `N1/internal_packages/ui-darkside`. +> [Download the entire N1 repo](https://github.com/nylas/nylas-mail/archive/master.zip) or `git clone https://github.com/nylas/nylas-mail.git`. Then grab the folder from `N1/internal_packages/ui-darkside`. #### 2. Manual Install diff --git a/package.json b/package.json index d6289cbc1..1060ff44e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/nylas/nylas-mail.git" }, "bugs": { - "url": "https://github.com/nylas/N1/issues" + "url": "https://github.com/nylas/nylas-mail/issues" }, "electronVersion": "1.4.14", "dependencies": { diff --git a/spec_integration/package.json b/spec_integration/package.json index c1f8db015..5f7978a03 100644 --- a/spec_integration/package.json +++ b/spec_integration/package.json @@ -3,7 +3,7 @@ "description": "N1 Spectron Test Suite", "repository": { "type": "git", - "url": "https://github.com/nylas/N1.git" + "url": "https://github.com/nylas/nylas-mail.git" }, "scripts": { "test": "jasmine JASMINE_CONFIG_PATH=./jasmine/config.json" diff --git a/src/K2 b/src/K2 index da1a358cc..78edc7078 160000 --- a/src/K2 +++ b/src/K2 @@ -1 +1 @@ -Subproject commit da1a358cc34ad20fc7425382be773994c856dc55 +Subproject commit 78edc7078c8f379bb470bf6001e6e2003bf7952b