[Tickets #8579] hook msglist_flags
bugs at horde.org
bugs at horde.org
Wed Sep 16 07:38:24 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8579
------------------------------------------------------------------------------
Ticket | 8579
Created By | rsalmon at mbpgroup.com
Summary | hook msglist_flags
Queue | IMP
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2009-09-16 03:38) wrote:
- $from_ob =
Horde_Mime_Address::getAddressesFromObject($ob['envelope']['from']);
+ $from_ob =
Horde_Mime_Address::getAddressesFromObject($data['envelope']['from']);
- (strcasecmp($from_ob[0]['hostname'], 'example.com') === 0)) {
+ (strcasecmp($from_ob[0]['host'], 'example.com') === 0)) {
More information about the bugs
mailing list