mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
add 'msg_default_action' to admin settings ('defaults' section)
This commit is contained in:
parent
19ea5de1bf
commit
665aa4a226
2 changed files with 3 additions and 2 deletions
|
|
@ -691,7 +691,7 @@ class Actions
|
|||
'listGrouped' => false,
|
||||
'MessagesPerPage' => (int) $oConfig->Get('webmail', 'messages_per_page', 25),
|
||||
'MessageReadDelay' => (int) $oConfig->Get('webmail', 'message_read_delay', 5),
|
||||
'MsgDefaultAction' => 1,
|
||||
'MsgDefaultAction' => (int) $oConfig->Get('defaults', 'msg_default_action', 1),
|
||||
'SoundNotification' => true,
|
||||
'NotificationSound' => 'new-mail',
|
||||
'DesktopNotifications' => true,
|
||||
|
|
|
|||
|
|
@ -298,7 +298,8 @@ Values:
|
|||
'contacts_autosave' => array(true),
|
||||
'mail_use_threads' => array(false),
|
||||
'allow_draft_autosave' => array(true),
|
||||
'mail_reply_same_folder' => array(false)
|
||||
'mail_reply_same_folder' => array(false),
|
||||
'msg_default_action' => array(1, '1 - reply, 2 - reply all'),
|
||||
),
|
||||
|
||||
'logs' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue