Mercurial > hg > rc2
comparison program/steps/mail/func.inc @ 21:73124dd49283
More cleaning up php8 Warnings/deprecations,
noticed that setting non-my-Dates mailboxes to sort on Date isn't sticky over ctrl-R
| author | Charlie Root |
|---|---|
| date | Thu, 09 Oct 2025 11:31:41 -0400 |
| parents | b6a96bdd6b29 |
| children | 303b85d5b561 |
comparison
equal
deleted
inserted
replaced
| 20:4aec5e272733 | 21:73124dd49283 |
|---|---|
| 563 | 563 |
| 564 $OUTPUT->command('add_message_row', $header->uid, $a_msg_cols, $a_msg_flags, $insert_top); | 564 $OUTPUT->command('add_message_row', $header->uid, $a_msg_cols, $a_msg_flags, $insert_top); |
| 565 } | 565 } |
| 566 | 566 |
| 567 if ($RCMAIL->storage->get_threading()) { | 567 if ($RCMAIL->storage->get_threading()) { |
| 568 $OUTPUT->command('init_threads', (array) $roots, $mbox); | 568 $OUTPUT->command('init_threads', isset($roots) ? (array)$roots: array(), |
| 569 $mbox); | |
| 569 } | 570 } |
| 570 } | 571 } |
| 571 | 572 |
| 572 /* | 573 /* |
| 573 * Creates <THEAD> for message list table | 574 * Creates <THEAD> for message list table |
