mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Fix search builder
This commit is contained in:
parent
68890f8083
commit
3217303a65
3 changed files with 26 additions and 3 deletions
|
|
@ -1005,7 +1005,7 @@
|
|||
{
|
||||
if (Settings.capa(Enums.Capa.SearchAdv))
|
||||
{
|
||||
kn.showScreenPopup(require('View/Popup/AdvancedSearch'));
|
||||
kn.showScreenPopup(require('View/Popup/AdvancedSearch'), [this.mainMessageListSearch()]);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue