Commit Graph

1735 Commits (aafbe8efdca6dfef736e623dd5da83d64ae10aef)

Author SHA1 Message Date
Thomas Bruederli aafbe8efdc Fix forwarding all ('*') messages of a search set 12 years ago
Thomas Bruederli 1e9a59ab89 Don't remove messages from list when moving to another folder in multi-folder search mode, just update the list 12 years ago
Thomas Bruederli 1d1fdcbf8c Fix splitting message identifiers into UID and folder values 12 years ago
Thomas Bruederli 1883048720 Optimize header fetching of multi-folder searches with natural (UID) sorting 12 years ago
Thomas Bruederli f0c94a3dc3 Don't display error when moving a message to the same folder it already resides 12 years ago
Thomas Bruederli 0f48e6e660 Fix message UID extraction for _uid=*; update unread count for all affected mailboxes 12 years ago
Aleksander Machniak 0ccef59cfa Fix bug where "With attachment" option in search filter wasn't selected after return from mail view (#1489774) 12 years ago
Thomas Bruederli 0456f728ee Make UID extraction function globally availbale (for plugins) 12 years ago
Thomas Bruederli 6dc1a66451 Fix page title and folder selection in search mode 12 years ago
Thomas Bruederli e8cb51669a More fixes for multi-folder search (#1485234) 12 years ago
Thomas Bruederli c83535876c Small refactoring of message list column configuration; fixes table column resorting issues with hidden 'folder' column 12 years ago
Thomas Bruederli b95033e45a Save list columns as array in session 12 years ago
Thomas Bruederli 66536974fe Merge branch 'dev-multi-folder-search' 12 years ago
Aleksander Machniak d0cb327af7 Bring back $COMPOSE['reply_uid'] lost in commit 73076d7e 12 years ago
Aleksander Machniak dc0b500e78 Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
12 years ago
Aleksander Machniak 73076d7ea6 Set In-Reply-To and References for forwarded messages (#1489593) 12 years ago
Thomas Bruederli a8a50de4e3 Improve mbox format import: don't expect empty lines after each message 12 years ago
Aleksander Machniak 1597c8a0c2 Make sure parent folder selector always contains parent folder
of current folder, even if it does not exist
12 years ago
Aleksander Machniak fbe5bc9ba2 CS fixes 12 years ago
Aleksander Machniak 2369305ad8 Merge pull request #167 from Steffen185/allow_url_fopen_off
Make modcss.inc work with allow_url_fopen = Off
12 years ago
Thomas Bruederli d221576489 Disable link registering mailto: protocol handler if not supported by the browser (#1489569) 12 years ago
Thomas Bruederli 08da302af0 Don't hide upload dialog if no file was selected. Display an alert message for all empty file uploads (#1489685) 12 years ago
Aleksander Machniak a930815871 Trim search filter to prevent from creating invalid search criteria when skip_deleted = true. 12 years ago
Thomas Bruederli a36369c383 Fix message import dialog (#1489685):
- Display alert if no file is chosen
- Unlock the UI if form is not submitted
- Avoid duplicate error messages
- Fix javascript error due to missing attachments list widget
12 years ago
Thomas Bruederli 3f63a80730 Re-arrange buttons in import dialog to match the rest of the appplication 12 years ago
Thomas Bruederli 532c10669b Support structured data for autocompletion results; map 'type' attribute to CSS class for autocomplete list items 12 years ago
Takika 2256f89139 Fix default mailbox sort order 12 years ago
Aleksander Machniak 37b9e02648 Fix regression in handling of 'attachments' result in message_compose hook (#1489627) 12 years ago
Steffen185 6446d0ac97 modcss.inc: Fixed CS 12 years ago
Steffen185 add515bc74 Make modcss.inc work with allow_url_fopen = Off
Alternatively use the PHP cURL extension
12 years ago
Aleksander Machniak 03de1329ef Fix invalid X-Draft-Info on forwarded message draft (#1489587) 12 years ago
Aleksander Machniak a35540c786 Fix issue when default_addressbook option is set to integer value (#1489407) 12 years ago
Thomas Bruederli 700e3cc76d Include groups in contacts search on mail compose (#1489082) 12 years ago
Thomas Bruederli 9675702579 Fix canned responses in HTML mode (#1489536) 12 years ago
Thomas Bruederli 90dc9b1512 Compare message IDs before suggesting to restore compose messages on reply 12 years ago
Thomas Bruederli febcd4b225 Improve wording: don't pretend that mailbox is empty if search/filter doesn't find any messages 12 years ago
Thomas Bruederli 19262e6eab Code cleanup: remove duplicated code, don't trigger multi-folder search on simple filter requests 12 years ago
Thomas Bruederli 1d6082c5e2 Fix thread/list mode update and display 12 years ago
Thomas Bruederli 6884f3f1f7 Re-submit search query when switching folders 12 years ago
Thomas Bruederli 1bbf8c4886 - Make search scope selectable in UI
- Disable thread mode when searching over multiple folders
- Encode UID values for HTML message row identifiers
12 years ago
Thomas Bruederli 2c33c7e38b Make message pagenav (prev/next) work with sorted multi-folder search results 12 years ago
Thomas Bruederli 2baeac116a Fix sorting and paging in cross-folder searches 12 years ago
Thomas Bruederli 25a244908b Remove merge conflict 12 years ago
Thomas Bruederli b6100d9ed2 Merge branch 'dev-multi-folder-search' of github.com:roundcube/roundcubemail into dev-multi-folder-search
after rebasing to master
12 years ago
Thomas 566747af00 First attempt to search in multiple folders; do it multi-threaded using pthreads if available 12 years ago
Thomas 9684dc018f Support globally unique message UIDs with IMAP folder name appended 12 years ago
Thomas 628706acdc Prepare message list to display IMAP folder 12 years ago
Thomas 017c4f19fd Refactor multi-threaded autocomple contact searching to make it available for other purposes, too 12 years ago
Thomas Bruederli 7c28d45c8e Update class name in subscriptions folder list after saving folder properties 12 years ago
Aleksander Machniak 14bd927c71 Extracting inline image data into attachments also if data type is not set 12 years ago