mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
More improvements for https://github.com/the-djmaze/snappymail/issues/37
This commit is contained in:
parent
b3b8c97b00
commit
cd52d9ae6c
3 changed files with 5 additions and 5 deletions
|
|
@ -14,6 +14,8 @@ const HTML5Notification = window.Notification ? Notification : null,
|
|||
focus();
|
||||
if (data.Folder && data.Uid) {
|
||||
dispatchEvent(new CustomEvent('mailbox.message.show', {detail:data}));
|
||||
} else if (data.Url) {
|
||||
rl.route.setHash(data.Url);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue