mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
chore(shortkey): change shortkey for marking as junk from j to shift+j
It was too common for people to obliviously mark a mail as junk...
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
}
|
||||
}));
|
||||
keys.push(sgHotkeys.createHotkey({
|
||||
key: l('hotkey_junk'),
|
||||
key: l('shift+j'),
|
||||
description: l('Mark the selected messages as junk'),
|
||||
callback: vm.markOrUnMarkMessagesAsJunk
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user