mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Fix and improved hasher routing
This commit is contained in:
parent
06e2dc722d
commit
fafe56ecb4
16 changed files with 41 additions and 83 deletions
|
|
@ -105,7 +105,7 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
setFolderHash(folder.fullName, '');
|
||||
}
|
||||
|
||||
rl.route.setHash(
|
||||
hasher.setHash(
|
||||
mailBox(folder.fullNameHash, 1,
|
||||
(event.target.matches('.flag-icon') && !folder.isFlagged()) ? 'flagged' : ''
|
||||
)
|
||||
|
|
@ -206,7 +206,7 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
}
|
||||
|
||||
configureFolders() {
|
||||
rl.route.setHash(settings('folders'));
|
||||
hasher.setHash(settings('folders'));
|
||||
}
|
||||
|
||||
contactsClick() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue