mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-20 07:34:53 +00:00
(css) Improve display of advanced mail search
This commit is contained in:
@@ -304,7 +304,8 @@
|
||||
};
|
||||
|
||||
this.close = function() {
|
||||
$state.go('mail.account.mailbox').then(function() {
|
||||
var destination = Mailbox.$virtualMode ? 'mail.account.virtualMailbox' : 'mail.account.mailbox';
|
||||
$state.go(destination).then(function() {
|
||||
vm.message = null;
|
||||
delete stateMailbox.selectedMessage;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user