Summary | Flags not updated in multi-message-view |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 11/18/2005 (7197 days ago) |
Due | |
Updated | 11/19/2005 (7196 days ago) |
Assigned | 11/18/2005 (7197 days ago) |
Resolved | 11/19/2005 (7196 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
than the expected behavior, so I have changed this behavior. BTW, IMP
4.0 marked the messages as read not because of any overt act by us -
it was marked read due to sloppy programming (imap_body() calls in
IMP_Contents:: set the seen flag without us expressly setting the flag
no matter whether if we wanted the flag set or not).
State ⇒ Feedback
'Seen' when a user actively views that message - not passively views
that message via a multi-message/thread view (although multi-message
could be considered 'active' viewing since the user had to specific
include that message).
But in either case, the entire message may not be viewed - only the
first viewable body part. So marking the message seen may incorrectly
tell the user he has 'seen' the entire message, when that actually
isn't the case. The only way we can guarantee to a user they have
seen all viewable parts of the message (well... almost guarantee: see
Bug 1863andBug 1866) is to access the message via the message screen.State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Flags not updated in multi-message-view
Queue ⇒ IMP
Assigned to Michael Slusarz
multi-message-view.