mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 02:19:46 +08:00
[naming] Nylas Mail => Nylas, Nilas => Nylas
This commit is contained in:
parent
a7b3db0595
commit
684a8ef4c0
12 changed files with 17 additions and 17 deletions
|
@ -45,9 +45,9 @@ module.exports = (grunt) ->
|
|||
|
||||
strings =
|
||||
CompanyName: 'Nylas, Inc.'
|
||||
FileDescription: 'Nylas Mail'
|
||||
FileDescription: 'Nylas'
|
||||
LegalCopyright: 'Copyright (C) 2014-2015 Nylas, Inc. All rights reserved'
|
||||
ProductName: 'Nylas Mail'
|
||||
ProductName: 'Nylas'
|
||||
ProductVersion: version
|
||||
|
||||
rcedit = require('rcedit')
|
||||
|
|
|
@ -27,7 +27,7 @@ Nylas Mail is available for Mac, Windows, and Linux. Download the latest build f
|
|||
|
||||
<h4>Package Architecture</h4>
|
||||
<p>
|
||||
Packages lie at the heart of Nylas Mail. Each part of the core experience is a separate package that uses the Nilas Package API to add functionality to the client. Learn more about packages and create your first package.
|
||||
Packages lie at the heart of Nylas Mail. Each part of the core experience is a separate package that uses the Nylas Package API to add functionality to the client. Learn more about packages and create your first package.
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="./PackageOverview.html">Package Overview</a></li>
|
||||
|
|
|
@ -10,7 +10,7 @@ The Nylas Mail user interface is conceptually organized into Sheets. Each Sheet
|
|||
|
||||
The {WorkspaceStore} maintains the state of the application's workspace and the stack of sheets currently being displayed. Your packages can declare "root" sheets which are listed in the app's main sidebar, or push custom sheets on top of sheets to display data.
|
||||
|
||||
The Nilas Workspace supports two display modes: `split` and `list`. Each Sheet describes it's appearance in each of the view modes it supports. For example, the `Threads` sheet describes a three column `split` view and a single column `list` view. Other sheets, like `Files` register for only one mode, and the user's mode preference is ignored.
|
||||
The Nylas Workspace supports two display modes: `split` and `list`. Each Sheet describes it's appearance in each of the view modes it supports. For example, the `Threads` sheet describes a three column `split` view and a single column `list` view. Other sheets, like `Files` register for only one mode, and the user's mode preference is ignored.
|
||||
|
||||
For each mode, Sheets register a set of column names.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Building a Package
|
|||
Section: Getting Started
|
||||
---
|
||||
|
||||
Packages lie at the heart of Nylas Mail. Each part of the core experience is a separate package that uses the Nilas Package API to add functionality to the client. Want to make a read-only mail client? Remove the core `Composer` package and you'll see reply buttons and composer functionality disappear.
|
||||
Packages lie at the heart of Nylas Mail. Each part of the core experience is a separate package that uses the Nylas Package API to add functionality to the client. Want to make a read-only mail client? Remove the core `Composer` package and you'll see reply buttons and composer functionality disappear.
|
||||
|
||||
Let's explore the files in a simple package that adds a Translate option to the Composer. When you tap the Translate button, we'll display a popup menu with a list of languages. When you pick a language, we'll make a web request and convert your reply into the desired language.
|
||||
|
||||
|
|
|
@ -169,7 +169,7 @@ class MessageItem extends React.Component
|
|||
|
||||
draft = new Message
|
||||
from: [NamespaceStore.current().me()]
|
||||
to: [new Contact(name: "Nilas Team", email: "feedback@nylas.com")]
|
||||
to: [new Contact(name: "Nylas Team", email: "feedback@nylas.com")]
|
||||
date: (new Date)
|
||||
draft: true
|
||||
subject: "Feedback - Message Display Issue (#{issueType})"
|
||||
|
|
|
@ -10,7 +10,7 @@ module.exports =
|
|||
# a "trigger" event that the view listens to.
|
||||
#
|
||||
# If the Admin sidebar allowed you to take actions, like modifying someone's
|
||||
# Nilas account, the InternalAdminStore would also listen for those user actions
|
||||
# Nylas account, the InternalAdminStore would also listen for those user actions
|
||||
# and perform business logic.
|
||||
#
|
||||
InternalAdminStore = Reflux.createStore
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
'menu': [
|
||||
{
|
||||
label: 'Nylas Mail'
|
||||
label: 'Nylas'
|
||||
submenu: [
|
||||
{ label: 'About Nylas Mail', command: 'application:about' }
|
||||
{ label: 'About Nylas', command: 'application:about' }
|
||||
{ label: 'Link External Account', command: 'atom-workspace:add-account' }
|
||||
{ label: 'Log Out', command: 'application:logout' }
|
||||
{ label: 'VERSION', enabled: false }
|
||||
|
@ -13,7 +13,7 @@
|
|||
{ type: 'separator' }
|
||||
{ label: 'Services', submenu: [] }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Hide Nylas Mail', command: 'application:hide' }
|
||||
{ label: 'Hide Nylas', command: 'application:hide' }
|
||||
{ label: 'Hide Others', command: 'application:hide-other-applications' }
|
||||
{ label: 'Show All', command: 'application:unhide-all-applications' }
|
||||
{ type: 'separator' }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nylas-mail",
|
||||
"productName": "Nylas Mail",
|
||||
"name": "nylas",
|
||||
"productName": "Nylas",
|
||||
"version": "0.178.0",
|
||||
"description": "An email OS",
|
||||
"main": "./src/browser/main.js",
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Nylas Mail</string>
|
||||
<string>Nylas</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Nylas Mail</string>
|
||||
<string>Nylas</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
|
|
|
@ -27,7 +27,7 @@ participant1 = new Contact
|
|||
email: 'ben@nylas.com'
|
||||
participant2 = new Contact
|
||||
email: 'burgers@nilas.com'
|
||||
name: 'Nilas Burger Basket'
|
||||
name: 'Nylas Burger Basket'
|
||||
participant3 = new Contact
|
||||
email: 'evan@inboxapp.com'
|
||||
name: 'Evan'
|
||||
|
|
|
@ -38,7 +38,7 @@ class AtomWindow
|
|||
|
||||
options =
|
||||
show: false
|
||||
title: title ? 'Nilas'
|
||||
title: title ? 'Nylas'
|
||||
frame: frame ? true
|
||||
width: width
|
||||
height: height
|
||||
|
|
|
@ -87,7 +87,7 @@ class WindowManager
|
|||
existing.showWhenLoaded()
|
||||
else
|
||||
@newWindow
|
||||
title: 'Welcome to Nylas Mail'
|
||||
title: 'Welcome to Nylas'
|
||||
frame: false
|
||||
width: 340
|
||||
height: 550
|
||||
|
|
Loading…
Reference in a new issue