Aleksander Machniak
|
25a7df7f4b
|
Use action=add-folder when creating a new folder
|
7 years ago |
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.
|
7 years ago |
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.
|
7 years ago |
Aleksander Machniak
|
76adb49454
|
Support for IMAP folders that cannot contain both folders and messages (#5057)
|
7 years ago |
Aleksander Machniak
|
86a4d78369
|
Merge branch 'dev-elastic'
|
7 years ago |
Aleksander Machniak
|
3cd8783227
|
Fix c/p issue
|
7 years ago |
Aleksander Machniak
|
8993059875
|
Add Preferences > Mailbox View > Main Options > Layout (#5829)
|
7 years ago |
Aleksander Machniak
|
b82c767590
|
More general approach to validate setting options on preferences save
|
8 years ago |
Aleksander Machniak
|
c856b4ee06
|
Add missing timezone labels (there may be more than one slash in the timezone name)
|
8 years ago |
Aleksander Machniak
|
fe2f553688
|
Add option to not indent quoted text on top-posting reply (#5105)
by setting reply_mode = 2
|
8 years ago |
Aleksander Machniak
|
872e6e647b
|
Don't use global $CONFIG variable
|
8 years ago |
Aleksander Machniak
|
8fff21deb5
|
Fix POST parameter reflection in default_charset selector (#5768)
|
8 years ago |
AndrolGenhald
|
496ee4a92d
|
Fix prevention from using % and * characters in folder name (#5762)
|
8 years ago |
Aleksander Machniak
|
5af38a45cf
|
Localized timezone selector (#4983)
|
8 years ago |
Aleksander Machniak
|
9858c2a294
|
Merge branch 'master' into dev-elastic
|
8 years ago |
Aleksander Machniak
|
0d8b3675f3
|
Add missing <label>s in Preferences > Special Folders
|
8 years ago |
Aleksander Machniak
|
34446e00ca
|
Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true (#5695)
|
8 years ago |
Aleksander Machniak
|
6271b88bab
|
Fix so settings/upload.inc could not be used by plugins (#5694)
|
8 years ago |
Aleksander Machniak
|
adbab9d3e2
|
Merge branch 'master' into dev-elastic
|
8 years ago |
Aleksander Machniak
|
81f67a4de2
|
Don't use each() deprecated in PHP 7.2
|
8 years ago |
Aleksander Machniak
|
01031d0ced
|
Reset onerror on images if placeholder does not exist to prevent from requests storm
|
8 years ago |
Aleksander Machniak
|
8131629c6e
|
Extended unified searchform object for templates engine
|
8 years ago |
Aleksander Machniak
|
cc10cbe039
|
Make button object to be a <button> by default
|
8 years ago |
Aleksander Machniak
|
3bb12e75f7
|
Add class attribute for preferences sections list
|
8 years ago |
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.
|
8 years ago |
Aleksander Machniak
|
c183463a6e
|
Fix visual glitch when using disabled_actions for items in Settings menu
|
8 years ago |
Aleksander Machniak
|
a844db6a27
|
Merge branch 'dev-layouts'
|
8 years ago |
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.
|
8 years ago |
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
|
8 years ago |
Aleksander Machniak
|
48585867f3
|
INBOX should be always protected, event with protect_default_folders=false
I.e. it should not be possible to rename INBOX
|
8 years ago |
Aleksander Machniak
|
6886a4de3f
|
Widescreen layout aka three column view (#5093)
|
8 years ago |
Aleksander Machniak
|
aad269c2f8
|
Fix PHP warning when handling shared namespace with empty prefix (#5420)
|
8 years ago |
Aleksander Machniak
|
158b34ed42
|
Rename Addressbook to Contacts (#5233)
|
8 years ago |
Aleksander Machniak
|
ee895a2c96
|
Remove PHP mail() support, smtp_server is required now (#5340)
|
8 years ago |
Aleksander Machniak
|
d0bb0a9c9d
|
Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243)
|
9 years ago |
Aleksander Machniak
|
ff735fb3a5
|
Protect INBOX folder even if protected_default_folders=false
|
9 years ago |
Aleksander Machniak
|
6f2c007d1b
|
CS fixes: Replace use of "bool ? true : false" with just "bool"
|
9 years ago |
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.
|
9 years ago |
Aleksander Machniak
|
faeeebdc55
|
Hide DSN option in Preferences when smtp_server is not used (#1490666)
|
9 years ago |
Aleksander Machniak
|
8271597836
|
Use ternary operator where applicable
|
9 years ago |
Aleksander Machniak
|
74ce01efc7
|
Q() -> rcube::Q()
|
9 years ago |
Aleksander Machniak
|
399a2d68b6
|
Make optional adding of standard signature separator - sig_separator (#1487768)
|
9 years ago |
Aleksander Machniak
|
4ceff8f353
|
Make optional hidding of folders with name starting with a dot - imap_skip_hidden_folders (#1490468)
|
9 years ago |
Aleksander Machniak
|
6ca1e6add1
|
Add option to enable HTML editor always, except when replying to plain text messages (#1489365)
|
9 years ago |
Aleksander Machniak
|
0c8794c94f
|
Use in_array_nocase() also for \\Noselect flag check (#1490466)
|
9 years ago |
Aleksander Machniak
|
a958748947
|
CS fixes
|
10 years ago |
Aleksander Machniak
|
c044d301ea
|
Fix blank image in html_signature when saving identity changes (#1490412)
|
10 years ago |
Thomas Bruederli
|
5e97294372
|
Add new plugin hook 'identity_create_after' (#1490358)
|
10 years ago |
Aleksander Machniak
|
09225a41ec
|
Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
|
10 years ago |
corbosman
|
d9c22ab66d
|
move header block inside loop
|
10 years ago |