Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_storage.php @ 27:c32b53434b47
more compensation for deprecated empty cases
| author | Charlie Root |
|---|---|
| date | Sun, 18 Jan 2026 14:20:29 -0500 |
| parents | 4681f974d28b |
| children |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_storage.php Sat Oct 18 12:24:31 2025 -0400 +++ b/program/lib/Roundcube/rcube_storage.php Sun Jan 18 14:20:29 2026 -0500 @@ -580,6 +580,8 @@ */ protected function parse_uids($uids) { + $all = false; + if ($uids === '*' || $uids === '1:*') { if (empty($this->search_set)) { $uids = '1:*';
