This commit is contained in:
2019-07-04 18:49:05 +00:00
parent d799c3dee2
commit edceae6557
2 changed files with 45 additions and 5 deletions

View File

@@ -13,6 +13,8 @@ app.mailEdit = (function() {
var stateMap = {},
onSend,
onSpam,
onMoveToSub,
onMoveToNotSub,
configModule,
initModule;
//----------------- END MODULE SCOPE VARIABLES ---------------
@@ -241,7 +243,8 @@ app.mailEdit = (function() {
//Context menu
app.nav.contextAddButton("btn-generate", "IsSpam", "axe", onSpam);
app.nav.contextAddButton("btn-generate", "IsSpam", "axe", onSpam);
app.nav.contextAddButton("btn-movetosub", "MoveSub", "account-star", onMoveToSub);
app.nav.contextAddButton("btn-movetonotsub", "MoveNOTSub", "account-off-outline", onMoveToNotSub);
//Move to subscribed or not subscribed