| 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 (5897 days ago) |
| Due | |
| Updated | 01/13/2010 (5778 days ago) |
| Assigned | 09/16/2009 (5897 days ago) |
| Resolved | 09/16/2009 (5897 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
Bug #8579: Fix variable namehttp://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=797abb70ca743e9e9a746c99a3ec28445f801b99&r2=eca28549594f2e7cb6f47246333960012bb9808f
Bug #8579: Fix variable namehttp://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=797abb70ca743e9e9a746c99a3ec28445f801b99&r2=eca28549594f2e7cb6f47246333960012bb9808f
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ hook msglist_flags
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
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)) {