summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings
AgeCommit message (Expand)Author
2011-11-22- Fix action when toggling prefer_html option statealec
2011-11-21Show configurable support link in about page; refer on <srcuri> for download ...thomasb
2011-11-19- Use channel/uri as possible source locationsalec
2011-11-18- Added About tab in Settingsalec
2011-11-10- Add option to skip alternative email addresses in autocompletionalec
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralec
2011-10-23- Fix JS error when dst_active checkbox doesn't exist (#1488133)alec
2011-10-05- Improved performance by skipping folders list sorting when it's not needed ...alec
2011-10-04- Fix issue where it wasn't possible to change list view mode in folder manag...alec
2011-09-30Restrict folders list to write-only in selectors for special folders and save...thomasb
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomasb
2011-09-06- Merge devel-spellcheck branch:alec
2011-08-28- Localize forwarded message header (#1488058)alec
2011-08-25Move timezone computation to rcube_config; don't override SESSION['timezone']...thomasb
2011-08-19- Fix parent folder ACL checking in some casesalec
2011-08-18- Disable subscription on virtual shared foldersalec
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in Sett...alec
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ...alec
2011-08-04- Add ACL check on parent folderalec
2011-08-01- Move rcmail_localize_folderpath() to main.incalec
2011-08-01- Improved detection of folder rename possibility and its handlingalec
2011-07-29- Exclude edited folder from parent selectoralec
2011-07-28- Fix: folder selector doesn't list unsubscribed folders, followup to r4942alec
2011-07-26- Unsubscribe from non-existing folders automaticly on folders listingalec
2011-07-20- Improved parent folder selectoralec
2011-07-19Add drop-target for root folder; fix row insertion when moving to a protected...thomasb
2011-07-10- Plugin API: added folder_delete and folder_rename hooksalec
2011-07-06- Fix handling of other users namespace rootsalec
2011-06-28- Fix creating/renaming folders with accented characters (#1487974)alec
2011-06-23- Add rcube_imap::mailbox_info()alec
2011-06-17- Improved namespace roots handling in folder manageralec
2011-06-15- Add possibility to return subscription status and css class name for folder...alec
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would b...alec
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalec
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
2011-05-27- Allow setting special folder with "<" characteralec
2011-05-27- Fix handling of "<" character in contact data, search fields and folder nam...alec
2011-05-27- Added option to specify to which address book add new contactsalec
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
2011-05-20- Improve performence of folder manager operations by moving subscriptions ta...alec
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was called...alec
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalec
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alec
2011-04-19Gracefully shrug on database errorsthomasb
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add error...alec
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display folder'...alec
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alec
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
2011-01-19- Fix setting timezone in Preferences (#1487705)alec