mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Save attachments as ...
This commit is contained in:
parent
f5f067f1f3
commit
48b91fb957
20 changed files with 687 additions and 76 deletions
|
|
@ -133,7 +133,8 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
|
||||
'capa' => array(
|
||||
'filters' => array(true),
|
||||
'templates' => array(true)
|
||||
'templates' => array(true),
|
||||
'attachments_actions' => array(true)
|
||||
),
|
||||
|
||||
'login' => array(
|
||||
|
|
@ -302,6 +303,7 @@ Enables caching in the system'),
|
|||
'smtp_show_server_errors' => array(false),
|
||||
'sieve_allow_raw_script' => array(false),
|
||||
'sieve_utf8_folder_name' => array(true),
|
||||
'owncloud_save_folder' => array('Attachments'),
|
||||
'curl_proxy' => array(''),
|
||||
'curl_proxy_auth' => array(''),
|
||||
'in_iframe' => array(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue