[Pkg-roundcube-maintainers] Bug#994128: roundcube: search preference configuration setting for folder scope gets ignored
Steve Dondley
s at dondley.com
Sun Sep 12 15:10:20 BST 2021
On 2021-09-12 09:57 AM, Steve Dondley wrote:
>>
>> Are you suggesting that we should apply
>>
>> --8<--------------------------------------------------------------------->8--
>> --- a/program/js/app.js
>> +++ b/program/js/app.js
>> @@ -5672,7 +5672,7 @@ function rcube_webmail()
>> {
>> var n, url = {}, mods_arr = [],
>> mods = this.env.search_mods,
>> - scope = this.env.search_scope || 'base',
>> + scope = this.env.search_scope || 'all',
>> mbox = this.env.mailbox;
>>
>> if (!filter && this.gui_objects.search_filter)
>> --8<--------------------------------------------------------------------->8--
By the way, my copy of app.js that came with the package has this block
of code starting at line 5556, not 5672 like yours.
So we are looking at two different versions of the code. I'm not sure
where yours originated from.
More information about the Pkg-roundcube-maintainers
mailing list