Summary | Horde_ActiveSync: removeState() does not clear mailmap table |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/25/2013 (4328 days ago) |
Due | |
Updated | 08/26/2013 (4327 days ago) |
Assigned | 08/25/2013 (4328 days ago) |
Resolved | 08/26/2013 (4327 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit bc47667a978f0dd7cb223a0807ab12f9fab81ec7
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Aug 26 11:35:41 2013 -0400
Clear the mailMap table too.
Bug: 12616.../ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/bc47667a978f0dd7cb223a0807ab12f9fab81ec7
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Horde_ActiveSync: removeState() does not clear mailmap table
Type ⇒ Bug
State ⇒ Unconfirmed
I just examined the horde activesync tables after removing my device.
The horde_activesync_mailmap table is currently not cleared by the
removeState() function.
Probably the _gc() will catch it sooner or later.
Thomas