GMS-SA / roundcube-advanced-search

Advanced Search Plugin for Roundcube
16 stars 19 forks source link

Saved searches #25

Open jsalatas opened 8 years ago

jsalatas commented 8 years ago

Actually not an issue. I just cannot figure out how the saved searches are working. In particular, I click on the "advanced search" button, enter the criteria, click the "save this search" button. I can see it is saved in the user preferences in database, but where I can find it in the user interface, in order to run it or delete it? :\

I'm using roundcube 1.1.4 and the stable branch of advanced search plugin.

Thanks!

jsalatas commented 8 years ago

OK. I just figured it out: the problem is caused by the new jquery-ui in roundcube 1.1.x which allows only plain text in a dialog's title.

I have created a patch as you can see in the pull request https://github.com/GMS-SA/roundcube-advanced-search/pull/26

karlmendes commented 8 years ago

Thx a lot, work like a charm