Your message dated Sun, 12 Sep 2021 21:07:23 +0200
with message-id <[email protected]>
and subject line Re: Bug#994128: roundcube: search preference configuration 
setting for folder scope gets ignored
has caused the Debian Bug report #994128,
regarding roundcube: search preference configuration setting for folder scope 
gets ignored
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
994128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994128
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: roundcube
Version: 1.4.11+dfsg.1-4
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I set the $config['search_scope'] to a value of 'all' in the configuration
file so that the "Scope" field should default to "All folders." This feature
is broken. When switching folders, the search scope in the search form gets 
reset to
"Current folder". A manual refresh of the web page is required to get the
desired setting of "All folders".

   * What exactly did you do (or not do) that was effective

While investigating the issue, I discovered that overwriting the minified 
app.min.js with the non-minified app.js file resolved the problem. It appears
the app.min.js is probably using a stale version of app.js.

Please see my upstream bug report:
https://github.com/roundcube/roundcubemail/issues/8198



-- System Information:
Debian Release: 11.0
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-8-cloud-amd64 (SMP w/2 CPU threads)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages roundcube depends on:
ii  dpkg            1.20.9
ii  roundcube-core  1.4.11+dfsg.1-4

roundcube recommends no packages.

roundcube suggests no packages.

Versions of packages roundcube-core depends on:
ii  dbconfig-common                       2.0.19
ii  debconf [debconf-2.0]                 1.5.77
ii  dpkg                                  1.20.9
ii  libapache2-mod-php                    2:7.4+76
ii  libapache2-mod-php7.4 [libapache2-mo  7.4.21-1+deb11u1
ii  libjs-bootstrap4                      4.5.2+dfsg1-7
ii  libjs-codemirror                      5.59.2+~cs0.23.109-1
ii  libjs-jquery                          3.5.1+dfsg+~3.5.5-7
ii  libjs-jquery-minicolors               2.2.6+dfsg-4
ii  libjs-jquery-ui                       1.12.1+dfsg-8
ii  libjs-jstimezonedetect                1.0.6-5
ii  libmagic1                             1:5.39-3
ii  php                                   2:7.4+76
ii  php-auth-sasl                         1.1.0-1
ii  php-common                            2:76
ii  php-intl                              2:7.4+76
ii  php-mail-mime                         1.10.10-1
ii  php-masterminds-html5                 2.7.4+dfsg-2
ii  php-mbstring                          2:7.4+76
ii  php-net-sieve                         1.4.4-2
ii  php-net-smtp                          1.9.0-1
ii  php-net-socket                        1.2.2-2
ii  php-pear                              1:1.10.12+submodules+notgz+20210212-1
ii  php7.4 [php]                          7.4.21-1+deb11u1
ii  php7.4-cli [php-cli]                  7.4.21-1+deb11u1
ii  php7.4-intl [php-intl]                7.4.21-1+deb11u1
ii  php7.4-json [php-json]                7.4.21-1+deb11u1
ii  php7.4-mbstring [php-mbstring]        7.4.21-1+deb11u1
ii  roundcube-mysql                       1.4.11+dfsg.1-4
ii  ucf                                   3.0043

Versions of packages roundcube-core recommends:
ii  apache2 [httpd-cgi]         2.4.48-3.1+deb11u1
ii  php-gd                      2:7.4+76
ii  php-pspell                  2:7.4+76
ii  php7.4-gd [php-gd]          7.4.21-1+deb11u1
ii  php7.4-pspell [php-pspell]  7.4.21-1+deb11u1

Versions of packages roundcube-core suggests:
pn  php-crypt-gpg             <none>
pn  php-mkopinsky-zxcvbn-php  <none>
pn  php-net-ldap3             <none>
ii  roundcube-plugins         1.4.11+dfsg.1-4

-- debconf information:
  roundcube/upgrade-error: abort
* roundcube/mysql/admin-user: root
* roundcube/dbconfig-remove: true
  roundcube/remove-error: abort
  roundcube/passwords-do-not-match:
* roundcube/dbconfig-reinstall: true
* roundcube/dbconfig-install: true
* roundcube/database-type: mysql
* roundcube/mysql/method: Unix socket
  roundcube/upgrade-backup: true
  roundcube/missing-db-package-error: abort
  roundcube/purge: false
* roundcube/language: en_US
* roundcube/db/dbname: roundcube
  roundcube/mysql/authplugin: default
  roundcube/remote/port:
* roundcube/dbconfig-upgrade: true
* roundcube/db/app-user: roundcube@localhost
* roundcube/hosts: email.ufcw919.org
  roundcube/internal/skip-preseed: false
  roundcube/remote/host: localhost
* roundcube/reconfigure-webserver: apache2
* roundcube/restart-webserver: true
  roundcube/remote/newhost:
* roundcube/install-error: ignore
  roundcube/internal/reconfiguring: false

--- End Message ---
--- Begin Message ---
On Sun, 12 Sep 2021 at 14:58:05 -0400, Steve Dondley via 
Pkg-roundcube-maintainers wrote:
> I did make this change to app.js:
> 
> 2696c2696
> <       this.env.search_scope = 'base';
> ---
>>      this.env.search_scope = 'all';

That's what I thought ;-)

> This is a bug an upstream bug. Sorry to waste your time. Please close this
> out. I will report this to roundcube project.

OK cool, closing this one then!

-- 
Guilhem.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to