mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
4be05ff754
Summary: - Remove thread_participants prop, we don't use them anywhere and the underscore-case is ugly. - Move autolinker into extension, update autolinker to 0.18.1 for phone number support - document message.coffee, add isFromMe() - Add tracking pixel extension that removes pixels from mail you *send*. Maybe more features later. Test Plan: Run 1 new test! (woo...) Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D1787
14 lines
257 B
JSON
Executable file
14 lines
257 B
JSON
Executable file
{
|
|
"name": "message-list",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "View messages for a thread",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
"autolinker": "0.18.1"
|
|
}
|
|
}
|