summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Expand)Author
2009-02-27Prevent concurrent autocomplete query results display (#1485743)thomascube
2009-02-24- Fix IE problem with mouse click autocomplete (#1485739)alecpl
2009-02-06- Fix pressing select all/unread multiple times (#1485723)alecpl
2009-02-06- Fix selecting all unread does not honor new messages (#1485724)alecpl
2009-02-06- allow printing draftsalecpl
2009-02-02- Fix checking for recent messages on various IMAP servers (#1485702)alecpl
2009-01-22- fix: don't lose spellcheck corrections when switching from plain to html ed...alecpl
2009-01-17* bumping up copyright (happy new year ;-))till
2009-01-17* adding svn:keywordstill
2009-01-15- Allow absolute URLs to images in HTML messages/sigs (#1485666)alecpl
2008-12-30Fix drag & drop in address bookthomascube
2008-12-18Bugfix and improve auto-completionthomascube
2008-12-15- fix unflagged icon setting on IEalecpl
2008-12-14#1485444: fix drag layer over an iframealecpl
2008-12-09#1485439: style fixes for IE6,7alecpl
2008-12-08#1485444: drag-n-drop performance fix: read folders position only oncealecpl
2008-12-07- Fix empty line before the signature in IE (#1485351)alecpl
2008-12-04#1485602: fix 'searching' label in composealecpl
2008-12-02- fix collapsing of folders with plus sign in name (use urlencode instead of ...alecpl
2008-11-28Don't set client busy when automatically checking for new messages (#1485276)thomascube
2008-11-23Add onmouseup handler to hide autocompletion box when clicking outsidethomascube
2008-11-23Do serverside addressbook queries for autocompletion (#1485531) + make autoco...thomascube
2008-11-23- Allow setting attachment col position in 'list_cols' optionalecpl
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alecpl
2008-11-05- Fix HTML editor initialization on IE (#1485304)alecpl
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alecpl
2008-11-02Fix mailto: compose links (#1485533)thomascube
2008-10-26- Added 'keep_alive' and 'min_keep_alive' options (#1485360)alecpl
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
2008-10-22- Added option focus_on_new_message (#1485374)alecpl
2008-10-17#1485506: close spellchecker before sending the messagealecpl
2008-10-15- Add feedback and set busy when moving folder (#1485497)alecpl
2008-10-15- fix multibyte characters on spellchecker suggestions list (still not fixed ...alecpl
2008-10-13- add empty line before signaturealecpl
2008-10-10- Fix adding signature in drafts compose mode (#1485484)alecpl
2008-10-08- update env.messages in set_message_status() to fix some issues with message...alecpl
2008-10-06- added 'flagged' class handling in set_message()alecpl
2008-10-06- #1485463: fixed css classes setting in messages listalecpl
2008-10-03- save selected folder when go to compose (to back to proper folder)alecpl
2008-10-03-revert r1920 (as it breaks some things)alecpl
2008-10-02- don't reload messages list if user clicks on (already) selected folderalecpl
2008-10-02- revert wrong stuff from my tests that shouldn't be commitedalecpl
2008-10-02- small improvement in getunread.inc + fix: don't call msglist_select() for g...alecpl
2008-10-01- Better handling of "no identity" and "no email in identity" situations (#14...alecpl
2008-10-01- Stop spellchecking when switching to html editor (#1485362)alecpl
2008-09-29- Fix htmleditor spellchecking on MS Windows (#1485397)alecpl
2008-09-29- #1485290: Fix unread counter when displaying cached massage in preview panelalecpl
2008-09-23#1485403: fix "bolding" of folder with subfolders with more than two levelsalecpl
2008-09-19- added set_message, set_message_icon and set_message_status functionsalecpl
2008-09-18Prevent drag layer from wrapping linesthomascube