Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_imap.php @ 15:85a746e95663
slowly working through deprecations/warnings from 8.3
| author | Charlie Root |
|---|---|
| date | Sat, 20 Sep 2025 12:16:50 -0400 |
| parents | 3a5f959af5ae |
| children | 1866b439e6d3 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_imap.php Sat Sep 06 08:16:01 2025 -0400 +++ b/program/lib/Roundcube/rcube_imap.php Sat Sep 20 12:16:50 2025 -0400 @@ -72,7 +72,8 @@ protected $caching = false; protected $messages_caching = false; protected $threading = false; - + protected $connect_done; + protected $sort_folder_collator; /** * Object constructor.
