[Vtigercrm-commits] [vtiger development] #5490: Mark as read in Mail Scanner doesn't work without a modification in MailBox.php
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Feb 26 09:37:44 EST 2009
#5490: Mark as read in Mail Scanner doesn't work without a modification in
MailBox.php
------------------------+---------------------------------------------------
Reporter: David.Kamp | Owner: developer
Type: defect | Status: new
Priority: trivial | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Keywords: |
------------------------+---------------------------------------------------
In Mail scanner, mark as read doesn't work due to syntax error in
modules/Settings/MailScanner/core/MailBox.php in the function
markMessage($messageid).
the line:
$markas = $this->_scannerinfo->_markas;
should be replaced by:
$markas = $this->_scannerinfo->markas;
because markas is the name of the member variable of scannerinfo. With
this modification, scanned emails are successfuly mark as read.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5490>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list