mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-05 11:34:54 +01:00
Imap ESEARCH/ESORT helper
This commit is contained in:
@@ -331,7 +331,7 @@ MailBoxMessageViewViewModel.prototype.onBuild = function (oDom)
|
||||
});
|
||||
|
||||
oDom
|
||||
.on('click', '.messageView .messageItem', function () {
|
||||
.on('click', '.messageView .messageItem .messageItemHeader', function () {
|
||||
if (oData.useKeyboardShortcuts() && self.message())
|
||||
{
|
||||
self.message.focused(true);
|
||||
|
||||
Reference in New Issue
Block a user