Cleanup shortcuts scope handling

This commit is contained in:
the-djmaze 2022-03-07 13:47:03 +01:00
parent 874f2592ca
commit 60987f4623
5 changed files with 16 additions and 22 deletions

View file

@ -6,8 +6,6 @@ export const
* @enum {string}
*/
Scope = {
All: 'all',
None: 'none',
MessageList: 'MessageList',
FolderList: 'FolderList',
MessageView: 'MessageView',