6.0.0-alpha14
6/18/25

[#8579] hook msglist_flags
Summary hook msglist_flags
Queue IMP
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester rsalmon (at) mbpgroup (dot) com
Created 09/16/2009 (5754 days ago)
Due
Updated 01/13/2010 (5635 days ago)
Assigned 09/16/2009 (5754 days ago)
Resolved 09/16/2009 (5754 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
09/16/2009 04:36:08 PM Michael Slusarz State ⇒ Resolved
 
09/16/2009 07:53:57 AM Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
09/16/2009 07:38:23 AM rsalmon (at) mbpgroup (dot) com Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ hook msglist_flags
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
Reply to this comment
- $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)) {

Saved Queries