mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Remove unused startup_url
This commit is contained in:
parent
3a61bb3e5a
commit
df293960d0
5 changed files with 4 additions and 19 deletions
|
|
@ -38,7 +38,6 @@ import {
|
|||
|
||||
import {
|
||||
mailBox,
|
||||
root,
|
||||
openPgpWorkerJs,
|
||||
openPgpJs
|
||||
} from 'Common/Links';
|
||||
|
|
@ -724,9 +723,6 @@ class AppUser extends AbstractApp {
|
|||
this.foldersReload(value => {
|
||||
try {
|
||||
if (value) {
|
||||
value = pString(SettingsGet('StartupUrl'));
|
||||
value && rl.route.setHash(root(value), true);
|
||||
|
||||
startScreens([
|
||||
MailBoxUserScreen,
|
||||
SettingsUserScreen
|
||||
|
|
|
|||
|
|
@ -75,8 +75,6 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
|||
// FolderUserStore.folderList([]);
|
||||
Remote.foldersReload(value => {
|
||||
if (value) {
|
||||
value = SettingsGet('StartupUrl');
|
||||
rl.route.setHash(root(value), true);
|
||||
// 4. Change to INBOX = reload MessageList
|
||||
// MessageUserStore.setMessageList();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue