summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
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 ↵alecpl
getunread and check-recent actions
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alecpl
(#1485117)
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
- remove some empty lines in app.js
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
- icon setting more unified + some small fixes/typos - get rid of *_from_preview() functions (Thomas, don't be mad, it was truly tested ;))
2008-09-18Prevent drag layer from wrapping linesthomascube
2008-09-18Revert r1821; already fixed in r1819.svncommit
2008-09-18Update page buttons and counter after updating new mail count.svncommit
2008-09-18Do not grab complete focus.svncommit
2008-09-18#1484805: fix next/last page buttons when new message is added to the list + ↵alecpl
remove last message
2008-09-17Workaround a (possible) IE bug (#1485309).svncommit
2008-09-17- Display progress message for folders create/delete/rename operations ↵alecpl
(#1485357)
2008-09-16- Added icons for forwarded/forwarded+replied messages (#1485257)alecpl
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alecpl
2008-09-15Redesign of the identities settings + add config option to disable multiple ↵thomascube
identities
2008-09-14- remove not used functionalecpl
2008-09-14- use html2text for signatures in Settings/Identitiesalecpl
2008-09-13-#1485349: fixed getElementById wrapper for IEalecpl
2008-09-13- don't lock interface when loading headersalecpl
2008-09-12-better getElementById wrapper for IEalecpl
2008-09-12- getElementById() case-sensitive hack for IE alecpl
2008-09-12Add link to open message in new window + tweaked some header stylesthomascube
2008-09-12- Added vertical splitter for folders list resizingalecpl
- Added possibility to view all headers in message view - Fixed splitter drag/resize on Opera (#1485170) - debug console css fixes for IE
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore ↵thomascube
(#1484453)
2008-09-10Fix some recently introduced bugsthomascube
2008-09-10Make xmlhttp requests asynchronous + show message on errorthomascube
2008-09-05Capture backspace key in list mode (#1484566)thomascube
2008-09-05Better title for export icon + include source in export urlthomascube
2008-09-04Enable export of contacts as vCard + DRYthomascube
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-09-02New feature to import contacts from a vcard file + mark form buttons that ↵thomascube
provide the most obvious operation
2008-08-29Don't count myselfthomascube
2008-08-29Fix unread count display: save counts in list, use the right varsthomascube
2008-08-29Select parent folder when collapsing if one of its childs is currently selectedthomascube
2008-08-29Only count children's unread if they exist.svncommit
2008-08-29Show unread counters the way Thunderbird does.svncommit
2008-08-29Display sum of subfolders unread count for collapsed folder.svncommit
2008-08-29- fixed html signatures replacement in text modealecpl
2008-08-29- signature in html editor must be in <div> not <span>, becausealecpl
IE not allows to include block elements inside <span> - if identity has no signature, replace previous with empty div
2008-08-28- fixed unread count on mailboxlist broken in r1687alecpl
2008-08-28Add folder hierarchy collapsing.svncommit
2008-08-22Better fix for keyboard controls; does not disable all kind of keyboard eventsthomascube