Aleksander Machniak
c6406eb1a9
Improved main preferences page performance by skipping form generation
...
when sections list is being build, CS fixes
2013-06-11 10:59:46 +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
Aleksander Machniak
07795ba124
Fix invalid option selected in default_font selector when font is unset ( #1489112 )
2013-05-23 18:47:23 +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
1d4c84f4d7
Remove sig_above configuration option, use reply_mode only ( #1489001 )
2013-03-26 19:36:47 +01:00
Aleksander Machniak
cf8b9fc004
Move spellcheck options section below signature options section
2013-03-07 14:10:21 +01:00
Aleksander Machniak
65dff8f812
Fix hidden flag and default_addressbook settings handling
2012-11-23 09:11:19 +01:00
Aleksander Machniak
6459d86291
Select default_addressbook on the list in Address Book ( #1488280 )
2012-11-18 19:27:52 +01:00
Aleksander Machniak
f226549d4f
Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
2012-11-12 14:50:49 +01:00
Aleksander Machniak
aa83596b0b
Clarify keep-alive setting, move it to User Interface section, change label
...
to "Refresh (check for new messages, etc.)", allow no-refresh mode.
2012-11-10 12:13:53 +01:00
Thomas Bruederli
28de391182
Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication
2012-11-06 13:21:04 +01:00
Thomas Bruederli
ddafe4e410
Merge branch 'dev-compose-newwindow'
2012-10-27 16:12:37 +02:00
Aleksander Machniak
1e7aa75d18
Remove leftover code
2012-10-24 10:05:22 +02:00
Thomas Bruederli
271efe53e0
Add user settings to open message view and compose form in new windows. This natevely implements the compose_newwindow plugin functionslity and more
2012-10-17 22:42:35 +02:00
Thomas Bruederli
18b73873dc
New skin selection with full name, license and thumbnail
2012-10-05 14:08:28 +02:00
Aleksander Machniak
5802cfec95
Support HTML entities in addressbook names
2012-09-20 15:46:11 +02:00
Aleksander Machniak
8eefbb2158
Add option to enable HTML editor on forwarding ( #1488517 )
2012-08-27 10:16:04 +02:00
Aleksander Machniak
651c7b6e9d
Add option to not include original message on reply, rename option top_posting to reply_mode ( #1485149 )
2012-08-26 18:20:28 +02:00
Aleksander Machniak
cfc27c9b76
Keep some resource files (images) in separate directory
2012-07-30 10:00:35 +02:00
Aleksander Machniak
a60d139d87
Define array variable in case none of zones is valid (shouldn't happen)
2012-06-28 09:26:59 +02:00
Aleksander Machniak
ceaaebbc8c
Fix fatal error when date.timezone isn't set ( #1488546 )
2012-06-28 09:21:48 +02:00
Aleksander Machniak
6d3e53d2b8
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-05-26 10:32:10 +02:00
Aleksander Machniak
476fa983c0
Catch DateTime* exceptions ( #1488497 ) - skipping buggy timezones
2012-05-26 10:30:24 +02:00
Aleksander Machniak
c0839699bb
Move messages forwarding mode setting into Preferences
2012-05-25 13:45:38 +02:00
Aleksander Machniak
041c93ce0b
Removed $Id$
2012-05-22 12:31:37 +02:00
alecpl
1b30a710cf
- Add option to delete messages instead of moving to Trash when in Junk folder ( #1486686 )
2012-04-08 16:34:36 +00:00
alecpl
06c990ead2
- Added mailto: protocol handler registration link in User Preferences ( #1486580 )
2012-02-13 08:39:39 +00:00
thomascube
f9a967763e
User configurable setting how to display contact names in list
2012-02-11 11:28:58 +00:00
thomascube
43875379d5
Allow users to choose cols for contacts list sorting
2012-02-02 22:18:10 +00:00
alecpl
63ff2a22ca
- Fix warning when default_folders setting is not an array
2012-01-19 12:25:39 +00:00
thomascube
7fe3811c65
Changed license to GNU GPLv3+ with exceptions for skins and plugins
2012-01-18 11:10:46 +00:00
thomascube
c321a955a7
Merged devel-framework branch (r5746:5779) back into trunk
2012-01-16 15:14:41 +00:00
thomascube
5879c09ca0
Use proper timezones from PHP's internal timezonedb ( #1485592 )
2012-01-04 12:47:50 +00:00
alecpl
a61ccea31a
- Small fixes to r5662
2011-12-30 07:20:53 +00:00
alecpl
08ffd939a7
- Add separate pagesize setting for mail messages and contacts ( #1488269 )
2011-12-29 09:35:01 +00:00
alecpl
81c2ce9b7b
- Remove some UI-specific one-liners from rcube_webmail object
2011-12-28 10:10:36 +00:00
alecpl
e2dfb5ebad
- Fix handling of INBOX's subfolders in special folders config ( #1488279 )
2011-12-28 09:26:19 +00:00
alecpl
a90ad2840f
- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead
2011-12-07 11:39:36 +00:00
alecpl
b6da0b76af
- Remove deprecated global $IMAP variable usage ( #1488148 )
2011-12-07 10:41:15 +00:00
alecpl
7e263ea204
- Add option to set default font for HTML message ( #1484137 )
2011-12-07 09:35:29 +00:00
alecpl
e01e798517
- Fix action when toggling prefer_html option state
2011-11-22 13:32:44 +00:00
alecpl
710b1bd684
- Add option to skip alternative email addresses in autocompletion
2011-11-10 14:30:51 +00:00
alecpl
0324621797
- Fix JS error when dst_active checkbox doesn't exist ( #1488133 )
2011-10-23 13:13:10 +00:00
thomascube
e750d1b816
Restrict folders list to write-only in selectors for special folders and save-message-to option
2011-09-30 15:22:08 +00:00
thomascube
1cc9e210f5
Make date/time format user configurable; drop 'date_today' config option
2011-09-12 19:56:12 +00:00
alecpl
66df084203
- Merge devel-spellcheck branch:
...
- Added spellchecker exceptions dictionary (shared or per-user)
- Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-06 13:39:45 +00:00
alecpl
25e6a0f110
- Add rcube_imap::mailbox_info()
2011-06-23 17:43:44 +00:00