Commit Graph

855 Commits

Author SHA1 Message Date
Aleksander Machniak
d2eb687b45 Added Italian localization for csv2vcard map (#1489773) 2014-04-07 18:15:10 +02:00
Thomas Bruederli
6dc1a66451 Fix page title and folder selection in search mode 2014-04-07 17:01:30 +02:00
Thomas Bruederli
66536974fe Merge branch 'dev-multi-folder-search' 2014-04-07 09:53:46 +02:00
Aleksander Machniak
adaddf0b18 Improve error message on failed http connection 2014-04-04 19:54:08 +02:00
Thomas Bruederli
3f4845948c Synchrnonized translations from Transifex 2014-03-21 14:12:22 +01:00
Thomas Bruederli
1978ae97a5 Add Standard Arabic translation 2014-01-30 09:04:29 +01:00
Thomas Bruederli
8404fe9e32 Updated localizations from Transifex 2014-01-30 08:59:28 +01:00
Thomas Bruederli
febcd4b225 Improve wording: don't pretend that mailbox is empty if search/filter doesn't find any messages 2014-01-22 09:29:35 +01:00
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
2014-01-20 10:05:36 +01:00
Aleksander Machniak
9a0153324e Implemented menu actions to copy/move messages, added folder-selector widget (#1484086) 2013-12-15 10:01:38 +01:00
Aleksander Machniak
37ef824256 Added sk_SK localization for csv2vcard map 2013-12-09 09:44:45 +01:00
Thomas Bruederli
3b95e24fbb Updated localizations from Transifex 2013-11-28 20:06:55 +01:00
Thomas Bruederli
85e60ada15 First version of the local storage compose data saving feature; some behavioral improvements and encrytion are still to be added 2013-11-10 14:04:33 +01:00
Thomas Bruederli
1723f92251 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-10-30 12:20:29 +01:00
Thomas Bruederli
5b334509a8 Updated localizations from Transifex 2013-10-30 12:20:19 +01:00
Aleksander Machniak
b972b4c4c0 Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) 2013-10-30 12:04:09 +01:00
Thomas Bruederli
98b7b548a2 Merge branch 'dev-canned-responses'
Conflicts (resolved):
	skins/classic/includes/settingstabs.html
	skins/larry/includes/settingstabs.html
2013-10-25 16:50:25 +02:00
Aleksander Machniak
4136174517 Clean up translations once again, this time remove untranslated strings for all langs 2013-10-10 19:21:14 +02:00
Aleksander Machniak
63573c9312 Added Urdu (ur_PK) language support 2013-10-10 18:30:46 +02:00
Aleksander Machniak
9377edc497 More lceanup 2013-10-09 20:12:00 +02:00
Aleksander Machniak
b1a1ca159e Localization files cleanup - removed untranslated texts, empty lines and comments 2013-10-09 19:33:28 +02:00
Thomas Bruederli
f93e0b3a14 Synchronized localization files from Transifex 2013-10-07 16:29:40 +02:00
Aleksander Machniak
b3e25974b1 Fix typo: occured -> occurred (#1489366) 2013-10-04 13:35:16 +02:00
Thomas Bruederli
0272081d05 Add option to import vcards with group assignments (pull-request 105) 2013-09-08 16:47:00 +02:00
Thomas Bruederli
0ce2126ac9 New settings section to manage canned responses 2013-09-04 09:32:01 +02:00
Thomas Bruederli
0b1de8a487 Add new feature to save and recall text snippets (aka canned responses) when composing messages 2013-09-04 09:32:00 +02:00
Thomas Bruederli
eef9eb1146 Synchronized localization files from Transifex 2013-08-21 09:44:27 +02:00
Thomas Bruederli
71b577ea7d Added Luxembourgish localizations 2013-07-17 08:18:48 +02:00
Aleksander Machniak
a45f9b7bf5 Contacts drag-n-drop default action is to move contacts (#1488751)
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751)
Use consistent naming: 'moveto' -> 'move'
2013-07-01 10:22:14 +02:00
Aleksander Machniak
ad052b81d8 Fix so filename label is "Name" not "Display name" 2013-06-28 08:43:31 +02:00
Thomas Bruederli
a7e0897fde Synchronized localization files with Transifex 2013-06-27 23:05:03 +02:00
Aleksander Machniak
0494288999 Improved/unified attachment preview page
Implemented attachment print button
2013-06-24 19:05:27 +02:00
Thomas Bruederli
dd54725b21 Merge branch 'dev-advanced-ldap-groups':
- Refactoring: separated address book implementation from generic LDAP wrapper class
- Auto-detect and use VLV indices for all search operations
- Additional group configuration options for LDAP address books
- Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-18 13:49:19 +02:00
Thomas Bruederli
4f53ab347e Add feature to import messages to the currently selected folder 2013-06-14 01:13:13 +02:00
Aleksander Machniak
85e65c3c76 Improvements to PR merge "add option show_real_foldernames" 2013-06-11 09:41:02 +02:00
Aleksander Machniak
174327c25c Merge pull request #77 from dpc22/realnames
Add show_real_foldernames preference and configuration option.
2013-06-11 00:33:21 -07:00
Aleksander Machniak
3863a9d2c5 Added user preference to open all popups as standard windows 2013-05-31 09:27:15 +02:00
David Carter
149f8a00cc Change show_actual_foldernames to be show_real_foldernames.
Change requested by alec@alec.pl.
2013-05-29 09:31:42 +01:00
David Carter
52deb18d96 Add show_actual_foldernames preference and configuration option.
When enabled this setting shows actual folder names rather than
the localised verions for the four default folders:

$rcmail_config['default_folders'] =
  array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash');
2013-05-29 07:51:44 +01:00
Thomas Bruederli
31996f1508 Replaced German labels for from/to with more common words in order to avoid conflicts with 'sender' (#1489084) 2013-05-16 19:59:56 +02:00
Thomas Bruederli
3e78fc7fdf Synced localizations from Transifex 2013-05-15 23:07:17 +02:00
Aleksander Machniak
0b0caee40b Fix csv import from Thunderbird with French localization (#1489059) 2013-05-05 13:11:34 +02:00
Aleksander Machniak
969cb03f9a Add option to display email address together with a name in mail preview (#1488732) 2013-05-01 12:26:23 +02:00
Aleksander Machniak
609483d9f6 Support CSV import from Atmail (#1489045) 2013-04-30 15:05:41 +02:00
Thomas Bruederli
c8f2c0c5af Synchronized localizations from Transifex 2013-04-15 23:57:54 +02:00
Aleksander Machniak
bb7c522bfd Add "with attachment" option to messages list filter (#1485382) 2013-04-14 11:19:32 +02:00
Aleksander Machniak
1d4c84f4d7 Remove sig_above configuration option, use reply_mode only (#1489001) 2013-03-26 19:36:47 +01:00
Thomas Bruederli
708b1bca9f Synchronized translations with Transifex 2013-03-21 13:58:22 +01:00
Aleksander Machniak
a02c77c584 Add ability to toggle between view as HTML and text while viewing a message (#1486939) 2013-03-15 10:30:53 +01:00
Aleksander Machniak
bc2c4380b5 Add attachment menu with Open and Download options (#1488975) 2013-03-06 11:11:37 +01:00