summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
AgeCommit message (Collapse)Author
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alec
- Unified editor switching functions git-svn-id: https://svn.roundcube.net/trunk@2035 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-02Fix mailto: compose links (#1485533)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2028 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-26- Added 'keep_alive' and 'min_keep_alive' options (#1485360)alec
git-svn-id: https://svn.roundcube.net/trunk@2013 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alec
- Allow deleting identities when multiple_identities=false (#1485435) git-svn-id: https://svn.roundcube.net/trunk@2006 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-22- Added option focus_on_new_message (#1485374)alec
git-svn-id: https://svn.roundcube.net/trunk@2003 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-17#1485506: close spellchecker before sending the messagealec
git-svn-id: https://svn.roundcube.net/trunk@1984 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-15- Add feedback and set busy when moving folder (#1485497)alec
git-svn-id: https://svn.roundcube.net/trunk@1982 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-13- add empty line before signaturealec
git-svn-id: https://svn.roundcube.net/trunk@1975 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-10- Fix adding signature in drafts compose mode (#1485484)alec
git-svn-id: https://svn.roundcube.net/trunk@1972 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-08- update env.messages in set_message_status() to fix some issues with ↵alec
messages marking/flagging git-svn-id: https://svn.roundcube.net/trunk@1961 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-06- added 'flagged' class handling in set_message()alec
git-svn-id: https://svn.roundcube.net/trunk@1943 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-06- #1485463: fixed css classes setting in messages listalec
git-svn-id: https://svn.roundcube.net/trunk@1942 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03- save selected folder when go to compose (to back to proper folder)alec
git-svn-id: https://svn.roundcube.net/trunk@1926 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03-revert r1920 (as it breaks some things)alec
git-svn-id: https://svn.roundcube.net/trunk@1924 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- don't reload messages list if user clicks on (already) selected folderalec
git-svn-id: https://svn.roundcube.net/trunk@1920 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- revert wrong stuff from my tests that shouldn't be commitedalec
git-svn-id: https://svn.roundcube.net/trunk@1919 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- small improvement in getunread.inc + fix: don't call msglist_select() for ↵alec
getunread and check-recent actions git-svn-id: https://svn.roundcube.net/trunk@1917 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alec
(#1485117) git-svn-id: https://svn.roundcube.net/trunk@1908 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-01- Stop spellchecking when switching to html editor (#1485362)alec
git-svn-id: https://svn.roundcube.net/trunk@1904 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-29- #1485290: Fix unread counter when displaying cached massage in preview panelalec
- remove some empty lines in app.js git-svn-id: https://svn.roundcube.net/trunk@1900 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-23#1485403: fix "bolding" of folder with subfolders with more than two levelsalec
git-svn-id: https://svn.roundcube.net/trunk@1885 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19- added set_message, set_message_icon and set_message_status functionsalec
- icon setting more unified + some small fixes/typos - get rid of *_from_preview() functions (Thomas, don't be mad, it was truly tested ;)) git-svn-id: https://svn.roundcube.net/trunk@1848 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Revert r1821; already fixed in r1819.robin
git-svn-id: https://svn.roundcube.net/trunk@1822 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Update page buttons and counter after updating new mail count.robin
git-svn-id: https://svn.roundcube.net/trunk@1821 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Do not grab complete focus.robin
git-svn-id: https://svn.roundcube.net/trunk@1820 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18#1484805: fix next/last page buttons when new message is added to the list + ↵alec
remove last message git-svn-id: https://svn.roundcube.net/trunk@1819 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-17Workaround a (possible) IE bug (#1485309).robin
git-svn-id: https://svn.roundcube.net/trunk@1813 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-17- Display progress message for folders create/delete/rename operations ↵alec
(#1485357) git-svn-id: https://svn.roundcube.net/trunk@1809 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Added icons for forwarded/forwarded+replied messages (#1485257)alec
git-svn-id: https://svn.roundcube.net/trunk@1807 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-15Redesign of the identities settings + add config option to disable multiple ↵thomasb
identities git-svn-id: https://svn.roundcube.net/trunk@1796 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-14- remove not used functionalec
git-svn-id: https://svn.roundcube.net/trunk@1789 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-14- use html2text for signatures in Settings/Identitiesalec
git-svn-id: https://svn.roundcube.net/trunk@1788 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-13- don't lock interface when loading headersalec
git-svn-id: https://svn.roundcube.net/trunk@1783 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Add link to open message in new window + tweaked some header stylesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1767 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12- Added vertical splitter for folders list resizingalec
- Added possibility to view all headers in message view - Fixed splitter drag/resize on Opera (#1485170) - debug console css fixes for IE git-svn-id: https://svn.roundcube.net/trunk@1766 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore ↵thomasb
(#1484453) git-svn-id: https://svn.roundcube.net/trunk@1763 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-10Fix some recently introduced bugsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1760 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-10Make xmlhttp requests asynchronous + show message on errorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1758 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Capture backspace key in list mode (#1484566)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1742 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Better title for export icon + include source in export urlthomasb
git-svn-id: https://svn.roundcube.net/trunk@1737 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Enable export of contacts as vCard + DRYthomasb
git-svn-id: https://svn.roundcube.net/trunk@1732 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1722 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-02New feature to import contacts from a vcard file + mark form buttons that ↵thomasb
provide the most obvious operation git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Don't count myselfthomasb
git-svn-id: https://svn.roundcube.net/trunk@1706 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Fix unread count display: save counts in list, use the right varsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1705 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Select parent folder when collapsing if one of its childs is currently selectedthomasb
git-svn-id: https://svn.roundcube.net/trunk@1703 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Only count children's unread if they exist.robin
git-svn-id: https://svn.roundcube.net/trunk@1702 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Show unread counters the way Thunderbird does.robin
git-svn-id: https://svn.roundcube.net/trunk@1699 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Display sum of subfolders unread count for collapsed folder.robin
git-svn-id: https://svn.roundcube.net/trunk@1694 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29- fixed html signatures replacement in text modealec
git-svn-id: https://svn.roundcube.net/trunk@1693 208e9e7b-5314-0410-a742-e7e81cd9613c