Remove obsolete references to item.parent-uri

This commit is contained in:
Hypolite Petovan 2020-11-09 11:13:18 -05:00
parent d7e1ce47bb
commit 0c3a5c815e
6 changed files with 4 additions and 10 deletions

View file

@ -625,6 +625,7 @@ class OnePoll
if (empty($datarray['parent-uri'])) {
$datarray['parent-uri'] = $datarray['uri'];
}
unset($datarray['parent-uri']);
$headers = imap_headerinfo($mbox, $meta->msgno);