v4.3.1-cvs
----------
+[mms] Don't include Virtual Folder information in when tracking folder
+ tree changes (Bug #7739).
[mms] Marked stripped parts as 'attachment', not 'inline' (Request #4664).
[mms] Fix linking from addresses in mailbox to compose screen (Bug #7432).
[jan] Use mailer configuration when sending iTip replies (Bug #7388).
foreach (array_keys($id) as $key) {
$id_key = $this->VFOLDER_KEY . $this->_delimiter . $key;
if (!isset($this->_tree[$id_key])) {
- $adds[] = $this->VFOLDER_KEY . $this->_delimiter . $key;
+ $adds[] = $id_key;
}
}
*
* @param string $id The search query id to use (by default, will
* use the current ID set in the object).
- * @param boolean $no_delete Don't delete the entry in
+ * @param boolean $no_delete Don't delete the entry in the tree object.
*
* @return string Returns the search query id.
*/