diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-15 11:37:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-15 11:37:02 +0000 |
| commit | 8243089242db407a5681b59b6db2a7aca1c1cf60 (patch) | |
| tree | 11ab2e276db09c5a54dd768a7ff4a16fdcc59fb5 | |
| parent | 59d1b04baff3f5a94ff546f08ac52050e939bcef (diff) | |
- updated THREADS status file
git-svn-id: https://svn.roundcube.net/trunk@3493 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/THREADS | 34 |
1 files changed, 4 insertions, 30 deletions
diff --git a/roundcubemail/THREADS b/roundcubemail/THREADS index 95a0af83f..faa608db3 100644 --- a/roundcubemail/THREADS +++ b/roundcubemail/THREADS @@ -1,40 +1,14 @@ - *** Current status of THREADS implementation *** - -CHANGES IN RELATION TO ORIGINAL PATCH - - don't add nested messages into selection on collapse if parent message - is in selection - - some changes in messages highlighting - - re-written all changes in rcube_imap.php - - temporary removed threads caching (see TODO) - - use depth=0 for roots - - thread expand state is not stored anywhere - - removed imap_thread_algorithm option, we're using the best algorithm - supported by server and implement REFS sorting in Roundcube - - use underlined subject for root with unread children (icon is still supported) - - on deleting messages the whole list isn't refreshed - - added 'expand unread' button - TODO (must have): - threads caching - - updating threaded message list on message delete - - don't reload messages list on check_recent - -KNOWN ISSUES: - - on new message (check_recent) the whole list is reloaded - - css issues on IE6 + - (better) updating threaded message list on message delete and check-recent TODO (other): - - performance: fetching all messages for list in "expand all" state only, - if "expand all" is disabled we should fetch only root messages and fetch - children on-demand (on expand button click), - Notice: this is not so simple, because we need to fetch children - to set "unread_children", but we can fetch only flags instead of - all headers for each child - button in #listcontrols to mark all messages in current thread (with selected root or child message), - icons for thread tree structure -TODO (by the way): - - use jQuery.inArray instead of find_in_array() (common.js) +KNOWN ISSUES: + - IE6: message, flag, attachment icons are not displayed in + initially collapsed child rows |
