mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
76bda1dbe4
Summary: - Add initial version of snooze and send later plugins - Tests are missing since this will probably heavily change before we are done with them Test Plan: - TODO Reviewers: drew, bengotow, evan Reviewed By: bengotow, evan Differential Revision: https://phab.nylas.com/D2578
6 lines
212 B
JavaScript
6 lines
212 B
JavaScript
/** @babel */
|
|
export const PLUGIN_ID = "aqx344zhdh6jyabqokejknkvr"
|
|
export const PLUGIN_NAME = "Send Later"
|
|
export const DATE_FORMAT_LONG = 'ddd, MMM D, YYYY h:mmA'
|
|
export const DATE_FORMAT_SHORT = 'MMM D h:mmA'
|
|
|