mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add new "Move to folder" button
This commit is contained in:
parent
2c3881abc6
commit
f0e9d1a6d5
14 changed files with 312 additions and 182 deletions
|
|
@ -160,7 +160,8 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
|
||||
'interface' => array(
|
||||
'show_attachment_thumbnail' => array(true, ''),
|
||||
'use_native_scrollbars' => array(false)
|
||||
'use_native_scrollbars' => array(false),
|
||||
'new_move_to_folder_button' => array(true)
|
||||
),
|
||||
|
||||
'branding' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue