Enigma: Fix encoding of a key search phrase (#5459)

pull/5461/head
Aleksander Machniak 8 years ago
parent 8a51607671
commit 7203d151ec

@ -296,7 +296,7 @@ rcube_webmail.prototype.enigma_search = function(props)
props = this.gui_objects.qsearchbox.value;
if (props || this.env.search_request) {
var params = {'_a': 'search', '_q': urlencode(props)},
var params = {'_a': 'search', '_q': props},
lock = this.set_busy(true, 'searching');
// if (this.gui_objects.search_filter)
// addurl += '&_filter=' + this.gui_objects.search_filter.value;

Loading…
Cancel
Save