diff --git a/mail/js/app.js b/mail/js/app.js index c7fb9cfc7b..26beb4c137 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -5595,6 +5595,11 @@ app.classes.mail = AppJS.extend( return true; } } + // the to_tracker action might not be presented because lack of app permissions + else if(integApps[index] == "to_tracker" && !toolbar.options.actions[integApps[index]]) + { + return false; + } else if(index