mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
[local-private] use new action name
This commit is contained in:
parent
bbae3c2155
commit
9986406c9a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import * as mdHelpers from './metadata-helpers'
|
|||
class SalesforceNewMailListener extends NylasStore {
|
||||
|
||||
activate() {
|
||||
this.listenTo(Actions.didPassivelyReceiveCreateDeltas, this._newMailReceived);
|
||||
this.listenTo(Actions.onNewMailDeltas, this._newMailReceived);
|
||||
this.listenTo(Actions.draftDeliverySucceeded, this._onSendDraftSuccess);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue