summaryrefslogtreecommitdiff
path: root/program/steps/settings
AgeCommit message (Expand)Author
2011-12-14Larry's identities settings and about pagethomascube
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalecpl
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-12-07- Add option to set default font for HTML message (#1484137) alecpl
2011-12-06- Fix typos in handling support link labelalecpl
2011-12-03- Reload UI after skin changealecpl
2011-11-22- Fix action when toggling prefer_html option statealecpl
2011-11-21Show configurable support link in about page; refer on <srcuri> for download ...thomascube
2011-11-19- Use channel/uri as possible source locationsalecpl
2011-11-18- Added About tab in Settingsalecpl
2011-11-10- Add option to skip alternative email addresses in autocompletionalecpl
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralecpl
2011-10-23- Fix JS error when dst_active checkbox doesn't exist (#1488133)alecpl
2011-10-05- Improved performance by skipping folders list sorting when it's not needed ...alecpl
2011-10-04- Fix issue where it wasn't possible to change list view mode in folder manag...alecpl
2011-09-30Restrict folders list to write-only in selectors for special folders and save...thomascube
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomascube
2011-09-06- Merge devel-spellcheck branch:alecpl
2011-08-28- Localize forwarded message header (#1488058)alecpl
2011-08-25Move timezone computation to rcube_config; don't override SESSION['timezone']...thomascube
2011-08-19- Fix parent folder ACL checking in some casesalecpl
2011-08-18- Disable subscription on virtual shared foldersalecpl
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in Sett...alecpl
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ...alecpl
2011-08-04- Add ACL check on parent folderalecpl
2011-08-01- Move rcmail_localize_folderpath() to main.incalecpl
2011-08-01- Improved detection of folder rename possibility and its handlingalecpl
2011-07-29- Exclude edited folder from parent selectoralecpl
2011-07-28- Fix: folder selector doesn't list unsubscribed folders, followup to r4942alecpl
2011-07-26- Unsubscribe from non-existing folders automaticly on folders listingalecpl
2011-07-20- Improved parent folder selectoralecpl
2011-07-19Add drop-target for root folder; fix row insertion when moving to a protected...thomascube
2011-07-10- Plugin API: added folder_delete and folder_rename hooksalecpl
2011-07-06- Fix handling of other users namespace rootsalecpl
2011-06-28- Fix creating/renaming folders with accented characters (#1487974)alecpl
2011-06-23- Add rcube_imap::mailbox_info()alecpl
2011-06-17- Improved namespace roots handling in folder manageralecpl
2011-06-15- Add possibility to return subscription status and css class name for folder...alecpl
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would b...alecpl
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalecpl
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alecpl
2011-05-27- Allow setting special folder with "<" characteralecpl
2011-05-27- Fix handling of "<" character in contact data, search fields and folder nam...alecpl
2011-05-27- Added option to specify to which address book add new contactsalecpl
2011-05-20- Re-designed cache, fixes memcache/apc issuesalecpl
2011-05-20- Improve performence of folder manager operations by moving subscriptions ta...alecpl
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalecpl
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was called...alecpl
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalecpl
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alecpl