Commit Graph

471 Commits

Author SHA1 Message Date
Thomas Bruederli
1cb97c7efd Add 'encryption' block to identity settings
If Mailvelope is installed, this box will become visible and offer
functions to generate a key pair for the selected identity or list
existing private keys.
2018-01-21 12:16:44 +01:00
Aleksander Machniak
af9550251e Display an error when clicking disabled link to register protocol handler (#6079) 2018-01-04 13:11:42 +01:00
Aleksander Machniak
c2199c5101 Cleanup folder subscriptions "form" 2018-01-04 12:48:46 +01:00
Aleksander Machniak
c6b2d8bead Merge branch 'dev-elastic' 2017-11-19 13:23:40 +01:00
Aleksander Machniak
01e3cf23e0 Fix PHP Warning: Use of undefined constant 'href' 2017-11-18 16:30:59 +01:00
Aleksander Machniak
7195204865 Use input-group for default_font and default_font_size 2017-10-30 19:28:13 +01:00
Aleksander Machniak
a8aa559fa1 Use action=add-folder when creating a new folder 2017-10-27 09:50:33 +02:00
Aleksander Machniak
25a7df7f4b Use action=add-folder when creating a new folder 2017-10-27 09:20:30 +02:00
Aleksander Machniak
d815525c6a Merge branch 'master' into dev-elastic 2017-10-20 13:34:25 +02:00
Aleksander Machniak
5e08a6ac59 Handle remote stylesheets the same as remote images, ask the user to allow them (#5994)
Fixes the issue where remote stylesheet could have been blocked
if the message contained no remote images and user have no way to
allow that content.
2017-10-13 12:48:13 +02:00
Aleksander Machniak
67d4ffa4a8 Fix 'for' attribute on "Parent folder" label 2017-10-05 09:51:01 +02:00
Aleksander Machniak
3c1b78af48 Merge branch 'master' into dev-elastic 2017-10-02 16:58:38 +02:00
Aleksander Machniak
cd7ca6014f Describe html editor textarea with data-html-editor attribute 2017-09-20 21:30:58 +02:00
Aleksander Machniak
0ffd5463d8 Fix wording of "Mark previewed messages as read" to "Mark messages as read" (#5952)
Since we use the option not only for the preview frame the "previewed" word was confusing.
2017-09-17 08:52:20 +02:00
Aleksander Machniak
75f623c62f Make the Preferences item as selected when visiting Settings without _action 2017-08-07 16:16:10 +02:00
Aleksander Machniak
76adb49454 Support for IMAP folders that cannot contain both folders and messages (#5057) 2017-07-14 13:39:49 +02:00
Aleksander Machniak
86a4d78369 Merge branch 'dev-elastic' 2017-07-02 16:47:54 +02:00
Aleksander Machniak
3cd8783227 Fix c/p issue 2017-06-30 11:47:53 +02:00
Aleksander Machniak
8993059875 Add Preferences > Mailbox View > Main Options > Layout (#5829) 2017-06-30 11:42:44 +02:00
Aleksander Machniak
b82c767590 More general approach to validate setting options on preferences save 2017-06-01 13:32:28 +02:00
Aleksander Machniak
c856b4ee06 Add missing timezone labels (there may be more than one slash in the timezone name) 2017-06-01 12:21:32 +02:00
Aleksander Machniak
fe2f553688 Add option to not indent quoted text on top-posting reply (#5105)
by setting reply_mode = 2
2017-05-29 09:42:54 +02:00
Aleksander Machniak
872e6e647b Don't use global $CONFIG variable 2017-05-26 10:23:51 +02:00
Aleksander Machniak
8fff21deb5 Fix POST parameter reflection in default_charset selector (#5768) 2017-05-26 08:46:59 +02:00
AndrolGenhald
496ee4a92d Fix prevention from using % and * characters in folder name (#5762) 2017-05-16 08:40:07 +02:00
Aleksander Machniak
5af38a45cf Localized timezone selector (#4983) 2017-05-16 08:37:26 +02:00
Aleksander Machniak
9858c2a294 Merge branch 'master' into dev-elastic 2017-05-14 13:32:35 +02:00
Aleksander Machniak
0d8b3675f3 Add missing <label>s in Preferences > Special Folders 2017-04-18 18:01:29 +02:00
Aleksander Machniak
34446e00ca Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true (#5695) 2017-04-01 09:46:46 +02:00
Aleksander Machniak
6271b88bab Fix so settings/upload.inc could not be used by plugins (#5694) 2017-03-17 10:49:13 +01:00
Aleksander Machniak
adbab9d3e2 Merge branch 'master' into dev-elastic 2017-03-03 09:14:44 +01:00
Aleksander Machniak
81f67a4de2 Don't use each() deprecated in PHP 7.2 2017-02-06 15:46:18 +01:00
Aleksander Machniak
01031d0ced Reset onerror on images if placeholder does not exist to prevent from requests storm 2017-01-17 15:17:00 +01:00
Aleksander Machniak
8131629c6e Extended unified searchform object for templates engine 2017-01-14 10:35:44 +01:00
Aleksander Machniak
cc10cbe039 Make button object to be a <button> by default 2017-01-13 11:17:05 +01:00
Aleksander Machniak
3bb12e75f7 Add class attribute for preferences sections list 2017-01-07 10:51:21 +01:00
Aleksander Machniak
68c9b669e4 Fix adding images to new identity signatures
It already worked only on edits, because the image data for new identity
was stored in the wrong session item.
2016-12-22 10:38:40 +01:00
Aleksander Machniak
c183463a6e Fix visual glitch when using disabled_actions for items in Settings menu 2016-12-14 15:39:35 +01:00
Aleksander Machniak
a844db6a27 Merge branch 'dev-layouts' 2016-11-20 19:04:09 +01:00
Aleksander Machniak
556c1725a7 Unify automatic marking as \Seen in preview pane, full-page and extwin views (#5071)
We now have one 'mail_read_time' option that works for all cases.
Option 'preview_pane_mark_read' has been removed and marked as an alias.
2016-11-01 10:59:19 +01:00
Aleksander Machniak
4e0532808d Fix bug where it wasn't possible to store more that 2MB objects in memcache/apc (#5452)
Added memcache_max_allowed_packet and apc_max_allowed_packet settings
2016-10-16 11:19:30 +02:00
Aleksander Machniak
48585867f3 INBOX should be always protected, event with protect_default_folders=false
I.e. it should not be possible to rename INBOX
2016-09-23 09:03:50 +02:00
Aleksander Machniak
6886a4de3f Widescreen layout aka three column view (#5093) 2016-09-17 19:04:33 +02:00
Aleksander Machniak
aad269c2f8 Fix PHP warning when handling shared namespace with empty prefix (#5420) 2016-08-31 16:11:57 +02:00
Aleksander Machniak
158b34ed42 Rename Addressbook to Contacts (#5233) 2016-07-16 13:59:54 +02:00
Aleksander Machniak
ee895a2c96 Remove PHP mail() support, smtp_server is required now (#5340) 2016-07-15 15:24:45 +02:00
Aleksander Machniak
d0bb0a9c9d Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243) 2016-06-08 19:27:03 +02:00
Aleksander Machniak
ff735fb3a5 Protect INBOX folder even if protected_default_folders=false 2016-05-28 10:00:25 +02:00
Aleksander Machniak
6f2c007d1b CS fixes: Replace use of "bool ? true : false" with just "bool" 2016-04-02 13:02:55 +02:00
Aleksander Machniak
5c253dd59e Fix so SPECIAL-USE assignments are forced only until user sets special folders (#4782)
The old behaviour where SPECIAL-USE has always a prio can be bringed back
by setting lock_special_folders=false and adding it to dont_override.
2016-04-02 09:09:43 +02:00