Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_message_header.php @ 22:303b85d5b561
More cleaning up php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Wed, 15 Oct 2025 14:06:27 -0400 |
| parents | 73124dd49283 |
| children | c32b53434b47 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_message_header.php Thu Oct 09 11:31:41 2025 -0400 +++ b/program/lib/Roundcube/rcube_message_header.php Wed Oct 15 14:06:27 2025 -0400 @@ -217,6 +217,8 @@ * @var array */ public $has_children; + public $unread_children = 0; + public $flagged_children = 0; // map header to rcube_message_header object property private $obj_headers = array(
