Add context menu IDs for add tags and spam filter. see #262
This commit is contained in:
parent
87e93dd178
commit
5aeb95f880
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
|||
export const getMenuContextCompose = () => 'compose_action_menu';
|
||||
export const getMenuContextDisplay = () => 'message_display_action_menu';
|
||||
|
||||
export const contextMenuID_AddTags = () => 'mzta-add-tags';
|
||||
export const contextMenuID_Spamfilter = () => 'mzta-spamfilter';
|
||||
|
||||
export function getLanguageDisplayName(languageCode) {
|
||||
const languageDisplay = new Intl.DisplayNames([languageCode], {type: 'language'});
|
||||
|
|
|
|||
Loading…
Reference in a new issue