| Summary | Introduce small delay before displaying selected email |
| Queue | IMP |
| Queue Version | 6.2.1 |
| Type | Enhancement |
| State | Rejected |
| Priority | 1. Low |
| Owners | |
| Requester | daniel (at) poradnik-webmastera (dot) com |
| Created | 08/07/2014 (4242 days ago) |
| Due | |
| Updated | 08/07/2014 (4242 days ago) |
| Assigned | |
| Resolved | 08/07/2014 (4242 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Rejected
Priority ⇒ 1. Low
the keyboard:
https://github.com/horde/horde/blob/imp-6.2.1/imp/js/dimpbase.js#L190
State ⇒ New
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Introduce small delay before displaying selected email
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
contents is displayed immediately. This is good when mail server is
not very fast, and I want to delete multiple emails by repeatedly
pressing del/down/del/down/... - IMP tried to load all of emails which
I wanted to delete this way. Please introduce small delay before
displaying selected email, e.g. 1 second.. If user goes to another
email within this time, do not attempt to display previously selected
email.