Summary | Wrong folder selected when searching all folders |
Queue | DIMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 12/14/2007 (6488 days ago) |
Due | |
Updated | 02/05/2008 (6435 days ago) |
Assigned | |
Resolved | 02/05/2008 (6435 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 1 |
Patch | No |
State ⇒ Resolved
Priority ⇒ 3. High
Milestone ⇒ 1
and the row identification in ViewPort uses UIDs only, not UID &
mailbox name like we use in IMP.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Wrong folder selected when searching all folders
Queue ⇒ DIMP
Assigned to Michael Slusarz
State ⇒ Assigned
the current folder, an error message appears that the message was not
found. This happens because there are two ShowPreview requests sent.
One from the draggablemail code via messageClicked/select, with the
current folder in the request. And one via go/select with the correct
folder in the request. The first request generates a result with a
popup, and the latter is ignored.