| Summary | Messages list view is not refreshed when opening mail from another MUA |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | ryu (at) ryux (dot) org |
| Created | 02/26/2013 (4659 days ago) |
| Due | |
| Updated | 02/26/2013 (4659 days ago) |
| Assigned | |
| Resolved | 02/26/2013 (4659 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Thanks
Assigned to Michael Slusarz
State ⇒ Resolved
commit db994dd8a1b508de99781a4b7428b46d62c5781c
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 26 12:52:03 2013 -0700
[mms] Fix returning UID data from the Horde_Imap_Client_Data_Sync
object (
Bug #12071)..../lib/Horde/Imap/Client/Data/Sync.php | 10 +++++-----
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/db994dd8a1b508de99781a4b7428b46d62c5781c
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Messages list view is not refreshed when opening mail from another MUA
Type ⇒ Bug
State ⇒ Unconfirmed
- Open IMP on mail list message view
- Wait for arrival of new message
- Open this new mail with another mail agent (an iPhone for example)
Result: after clicking on the IMP refresh button, the count of new
message is ok, but the mail is always marked as unread
Ryu